#8B5B35

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

Shades of McKenzie #8B5B35

Tints of McKenzie #8B5B35

Color information

#8B5B35 (or 0x8B5B35) is unknown color: approx McKenzie. HEX triplet: 8B, 5B and 35. RGB value is (139,91,53). Sum of RGB (Red+Green+Blue) = 139+91+53=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5B35 is #74A4CA. Grayscale: #656565. Windows color (decimal): -7644363 or 3496843. OLE color: 3496843.

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

Color convert

RGB1399153-
CMYK00.350.620.45
HSL26.51º44.79%37.65%-
HSV(B)26.51º61.87%54.51%-
XYZ15.0313.235.13-
YUV101.02100.9155.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.12%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 53 (21.09% from 255) = 18.73%
R=49.12%
G=32.16%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139915300.350.620.4526.5144.7937.65
Hex8B5B350233E2D1b2d26
Octal213133650437655335546
Binary100010111011011110101010001111111010110111011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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