#856935

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

Shades of McKenzie #856935

Tints of McKenzie #856935

Color information

#856935 (or 0x856935) is unknown color: approx McKenzie. HEX triplet: 85, 69 and 35. RGB value is (133,105,53). Sum of RGB (Red+Green+Blue) = 133+105+53=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #856935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856935 is #7A96CA. Grayscale: #6B6B6B. Windows color (decimal): -8033995 or 3500421. OLE color: 3500421.

HSL color Cylindrical-coordinate representation of color #856935: hue angle of 39º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #856935 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB13310553-
CMYK00.210.600.48
HSL39º43.01%36.47%-
HSV(B)39º60.15%52.16%-
XYZ15.3715.355.52-
YUV107.4497.28146.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=45.70%
G=36.08%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331055300.210.600.483943.0136.47
Hex8569350153C30272b24
Octal205151650257460475344
Binary100001011101001110101010101111100110000100111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856935; }

 p { color: rgb(133,105,53); }

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

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

 a { background-color: rgb(133,105,53); }

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

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

 span { border-color: rgb(133,105,53); }

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