#8E5037

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

Shades of Paarl #8E5037

Tints of Paarl #8E5037

Color information

#8E5037 (or 0x8E5037) is unknown color: approx Paarl. HEX triplet: 8E, 50 and 37. RGB value is (142,80,55). Sum of RGB (Red+Green+Blue) = 142+80+55=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5037 is #71AFC8. Grayscale: #5F5F5F. Windows color (decimal): -7450569 or 3625102. OLE color: 3625102.

HSL color Cylindrical-coordinate representation of color #8E5037: hue angle of 17.24º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E5037 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB1428055-
CMYK00.440.610.44
HSL17.24º44.16%38.63%-
HSV(B)17.24º61.27%55.69%-
XYZ14.7111.765.11-
YUV95.69105.04161.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 55 (21.88% from 255) = 19.86%
R=51.26%
G=28.88%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142805500.440.610.4417.2444.1638.63
Hex8E503702C3D2C112c27
Octal216120670547554215447
Binary100011101010000110111010110011110110110010001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,80,55); }

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

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

 a { background-color: rgb(142,80,55); }

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

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

 span { border-color: rgb(142,80,55); }

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