#8E4736

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

Shades of Paarl #8E4736

Tints of Paarl #8E4736

Color information

#8E4736 (or 0x8E4736) is unknown color: approx Paarl. HEX triplet: 8E, 47 and 36. RGB value is (142,71,54). Sum of RGB (Red+Green+Blue) = 142+71+54=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4736 is #71B8C9. Grayscale: #5A5A5A. Windows color (decimal): -7452874 or 3557262. OLE color: 3557262.

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

Color convert

RGB1427154-
CMYK00.50.620.44
HSL11.59º44.9%38.43%-
HSV(B)11.59º61.97%55.69%-
XYZ14.0710.524.78-
YUV90.29107.52164.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=53.18%
G=26.59%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142715400.50.620.4411.5944.938.43
Hex8E47360323E2Cc2d26
Octal216107660627654145546
Binary10001110100011111011001100101111101011001100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,71,54); }

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

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

 a { background-color: rgb(142,71,54); }

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

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

 span { border-color: rgb(142,71,54); }

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