#8B5E37

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

Shades of McKenzie #8B5E37

Tints of McKenzie #8B5E37

Color information

#8B5E37 (or 0x8B5E37) is unknown color: approx McKenzie. HEX triplet: 8B, 5E and 37. RGB value is (139,94,55). Sum of RGB (Red+Green+Blue) = 139+94+55=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E37 is #74A1C8. Grayscale: #676767. Windows color (decimal): -7643593 or 3628683. OLE color: 3628683.

HSL color Cylindrical-coordinate representation of color #8B5E37: hue angle of 27.86º 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 #8B5E37 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1399455-
CMYK00.320.600.45
HSL27.86º43.3%38.04%-
HSV(B)27.86º60.43%54.51%-
XYZ15.3413.775.46-
YUV103.01100.91153.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 55 (21.88% from 255) = 19.10%
R=48.26%
G=32.64%
B=19.10%

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
Decimal139945500.320.600.4527.8643.338.04
Hex8B5E370203C2D1c2b26
Octal213136670407455345346
Binary100010111011110110111010000011110010110111100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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