#8B703C

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

Shades of McKenzie #8B703C

Tints of McKenzie #8B703C

Color information

#8B703C (or 0x8B703C) is unknown color: approx McKenzie. HEX triplet: 8B, 70 and 3C. RGB value is (139,112,60). Sum of RGB (Red+Green+Blue) = 139+112+60=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B703C is #748FC3. Grayscale: #727272. Windows color (decimal): -7638980 or 3960971. OLE color: 3960971.

HSL color Cylindrical-coordinate representation of color #8B703C: hue angle of 39.49º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B703C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB13911260-
CMYK00.190.570.45
HSL39.49º39.7%39.02%-
HSV(B)39.49º56.83%54.51%-
XYZ17.2617.46.72-
YUV114.1597.45145.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.69%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 60 (23.83% from 255) = 19.29%
R=44.69%
G=36.01%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391126000.190.570.4539.4939.739.02
Hex8B703C013392D272827
Octal213160740237155475047
Binary100010111110000111100010011111001101101100111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,112,60); }

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

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

 a { background-color: rgb(139,112,60); }

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

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

 span { border-color: rgb(139,112,60); }

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