#835D33

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

Shades of McKenzie #835D33

Tints of McKenzie #835D33

Color information

#835D33 (or 0x835D33) is unknown color: approx McKenzie. HEX triplet: 83, 5D and 33. RGB value is (131,93,51). Sum of RGB (Red+Green+Blue) = 131+93+51=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #835D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D33 is #7CA2CC. Grayscale: #636363. Windows color (decimal): -8168141 or 3366275. OLE color: 3366275.

HSL color Cylindrical-coordinate representation of color #835D33: hue angle of 31.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #835D33 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1319351-
CMYK00.290.610.49
HSL31.5º43.96%35.69%-
HSV(B)31.5º61.07%51.37%-
XYZ13.8712.894.89-
YUV99.57100.59150.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.64%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=47.64%
G=33.82%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131935100.290.610.4931.543.9635.69
Hex835D3301D3D311f2c24
Octal203135630357561375444
Binary10000011101110111001101110111110111000111111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835D33; }

 p { color: rgb(131,93,51); }

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

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

 a { background-color: rgb(131,93,51); }

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

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

 span { border-color: rgb(131,93,51); }

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