#8E4937

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

Shades of Paarl #8E4937

Tints of Paarl #8E4937

Color information

#8E4937 (or 0x8E4937) is unknown color: approx Paarl. HEX triplet: 8E, 49 and 37. RGB value is (142,73,55). Sum of RGB (Red+Green+Blue) = 142+73+55=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4937 is #71B6C8. Grayscale: #5B5B5B. Windows color (decimal): -7452361 or 3623310. OLE color: 3623310.

HSL color Cylindrical-coordinate representation of color #8E4937: hue angle of 12.41º 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 #8E4937 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB1427355-
CMYK00.490.610.44
HSL12.41º44.16%38.63%-
HSV(B)12.41º61.27%55.69%-
XYZ14.2310.794.95-
YUV91.58107.36163.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 55 (21.88% from 255) = 20.37%
R=52.59%
G=27.04%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142735500.490.610.4412.4144.1638.63
Hex8E49370313D2Cc2c27
Octal216111670617554145447
Binary10001110100100111011101100011111011011001100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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