#8B5F37

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

Shades of McKenzie #8B5F37

Tints of McKenzie #8B5F37

Color information

#8B5F37 (or 0x8B5F37) is unknown color: approx McKenzie. HEX triplet: 8B, 5F and 37. RGB value is (139,95,55). Sum of RGB (Red+Green+Blue) = 139+95+55=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5F37 is #74A0C8. Grayscale: #676767. Windows color (decimal): -7643337 or 3628939. OLE color: 3628939.

HSL color Cylindrical-coordinate representation of color #8B5F37: hue angle of 28.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B5F37 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1399555-
CMYK00.320.600.45
HSL28.57º43.3%38.04%-
HSV(B)28.57º60.43%54.51%-
XYZ15.4313.955.49-
YUV103.6100.58153.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.10%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=48.10%
G=32.87%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139955500.320.600.4528.5743.338.04
Hex8B5F370203C2D1d2b26
Octal213137670407455355346
Binary100010111011111110111010000011110010110111101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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