#8C513A

Color #8C513A Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #8C513A

Tints of Paarl #8C513A

Color information

#8C513A (or 0x8C513A) is unknown color: approx Paarl. HEX triplet: 8C, 51 and 3A. RGB value is (140,81,58). Sum of RGB (Red+Green+Blue) = 140+81+58=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C513A is #73AEC5. Grayscale: #606060. Windows color (decimal): -7581382 or 3821964. OLE color: 3821964.

HSL color Cylindrical-coordinate representation of color #8C513A: hue angle of 16.83º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C513A is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB1408158-
CMYK00.420.590.45
HSL16.83º41.41%38.82%-
HSV(B)16.83º58.57%54.9%-
XYZ14.5211.775.51-
YUV96.02106.55159.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 50.18%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=50.18%
G=29.03%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140815800.420.590.4516.8341.4138.82
Hex8C513A02A3B2D112927
Octal214121720527355215147
Binary100011001010001111010010101011101110110110001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C513A; }

 p { color: rgb(140,81,58); }

 H1.HeaderClassName
 {
   color: #8C513A;
 }
 .AnyTagClassName
 {
   color: #8C513A;
 }
</style>
background-color css

<style>
 a { background-color: #8C513A; }

 a { background-color: rgb(140,81,58); }

 div.DivClassName
 {
   background-color: #8C513A;
 }
 .BgClassName
 {
   background-color: #8C513A;
 }
</style>
border-color css

<style>
 span { border-color: #8C513A; }

 span { border-color: rgb(140,81,58); }

 td.TdClassName
 {
   border-color: #8C513A;
 }
 .TagClassName
 {
   border-color: #8C513A;
 }
</style>