#835D36

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

Shades of McKenzie #835D36

Tints of McKenzie #835D36

Color information

#835D36 (or 0x835D36) is unknown color: approx McKenzie. HEX triplet: 83, 5D and 36. RGB value is (131,93,54). Sum of RGB (Red+Green+Blue) = 131+93+54=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #835D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D36 is #7CA2C9. Grayscale: #646464. Windows color (decimal): -8168138 or 3562883. OLE color: 3562883.

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

Color convert

RGB1319354-
CMYK00.290.590.49
HSL30.39º41.62%36.27%-
HSV(B)30.39º58.78%51.37%-
XYZ13.9412.925.25-
YUV99.92102.09150.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 54 (21.48% from 255) = 19.42%
R=47.12%
G=33.45%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131935400.290.590.4930.3941.6236.27
Hex835D3601D3B311e2a24
Octal203135660357361365244
Binary10000011101110111011001110111101111000111110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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