#8E5F37

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

Shades of McKenzie #8E5F37

Tints of McKenzie #8E5F37

Color information

#8E5F37 (or 0x8E5F37) is unknown color: approx McKenzie. HEX triplet: 8E, 5F and 37. RGB value is (142,95,55). Sum of RGB (Red+Green+Blue) = 142+95+55=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5F37 is #71A0C8. Grayscale: #686868. Windows color (decimal): -7446729 or 3628942. OLE color: 3628942.

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

Color convert

RGB1429555-
CMYK00.330.610.44
HSL27.59º44.16%38.63%-
HSV(B)27.59º61.27%55.69%-
XYZ15.9414.215.52-
YUV104.49100.07154.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.63%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 55 (21.88% from 255) = 18.84%
R=48.63%
G=32.53%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142955500.330.610.4427.5944.1638.63
Hex8E5F370213D2C1c2c27
Octal216137670417554345447
Binary100011101011111110111010000111110110110011100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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