#825D35

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

Shades of McKenzie #825D35

Tints of McKenzie #825D35

Color information

#825D35 (or 0x825D35) is unknown color: approx McKenzie. HEX triplet: 82, 5D and 35. RGB value is (130,93,53). Sum of RGB (Red+Green+Blue) = 130+93+53=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #825D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D35 is #7DA2CA. Grayscale: #636363. Windows color (decimal): -8233675 or 3497346. OLE color: 3497346.

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

Color convert

RGB1309353-
CMYK00.280.590.49
HSL31.17º42.08%35.88%-
HSV(B)31.17º59.23%50.98%-
XYZ13.7612.835.12-
YUV99.5101.76149.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 93 (36.72% from 255) = 33.70%
BLUE value IS 53 (21.09% from 255) = 19.20%
R=47.10%
G=33.70%
B=19.20%

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
Decimal130935300.280.590.4931.1742.0835.88
Hex825D3501C3B311f2a24
Octal202135650347361375244
Binary10000010101110111010101110011101111000111111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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