#8B5E35

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

Shades of McKenzie #8B5E35

Tints of McKenzie #8B5E35

Color information

#8B5E35 (or 0x8B5E35) is unknown color: approx McKenzie. HEX triplet: 8B, 5E and 35. RGB value is (139,94,53). Sum of RGB (Red+Green+Blue) = 139+94+53=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E35 is #74A1CA. Grayscale: #666666. Windows color (decimal): -7643595 or 3497611. OLE color: 3497611.

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

Color convert

RGB1399453-
CMYK00.320.620.45
HSL28.6º44.79%37.65%-
HSV(B)28.6º61.87%54.51%-
XYZ15.2913.755.22-
YUV102.7899.91153.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.60%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 53 (21.09% from 255) = 18.53%
R=48.60%
G=32.87%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139945300.320.620.4528.644.7937.65
Hex8B5E350203E2D1d2d26
Octal213136650407655355546
Binary100010111011110110101010000011111010110111101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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