#815D35

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

Shades of McKenzie #815D35

Tints of McKenzie #815D35

Color information

#815D35 (or 0x815D35) is unknown color: approx McKenzie. HEX triplet: 81, 5D and 35. RGB value is (129,93,53). Sum of RGB (Red+Green+Blue) = 129+93+53=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #815D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815D35 is #7EA2CA. Grayscale: #636363. Windows color (decimal): -8299211 or 3497345. OLE color: 3497345.

HSL color Cylindrical-coordinate representation of color #815D35: hue angle of 31.58º 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 #815D35 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1299353-
CMYK00.280.590.49
HSL31.58º41.76%35.69%-
HSV(B)31.58º58.91%50.59%-
XYZ13.6112.755.11-
YUV99.2101.93149.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=46.91%
G=33.82%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129935300.280.590.4931.5841.7635.69
Hex815D3501C3B31202a24
Octal201135650347361405244
Binary100000011011101110101011100111011110001100000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815D35; }

 p { color: rgb(129,93,53); }

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

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

 a { background-color: rgb(129,93,53); }

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

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

 span { border-color: rgb(129,93,53); }

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