#825F36

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

Shades of McKenzie #825F36

Tints of McKenzie #825F36

Color information

#825F36 (or 0x825F36) is unknown color: approx McKenzie. HEX triplet: 82, 5F and 36. RGB value is (130,95,54). Sum of RGB (Red+Green+Blue) = 130+95+54=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #825F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F36 is #7DA0C9. Grayscale: #646464. Windows color (decimal): -8233162 or 3563394. OLE color: 3563394.

HSL color Cylindrical-coordinate representation of color #825F36: hue angle of 32.37º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825F36 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1309554-
CMYK00.270.580.49
HSL32.37º41.3%36.08%-
HSV(B)32.37º58.46%50.98%-
XYZ13.9613.25.3-
YUV100.79101.6148.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 54 (21.48% from 255) = 19.35%
R=46.59%
G=34.05%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130955400.270.580.4932.3741.336.08
Hex825F3601B3A31202924
Octal202137660337261405144
Binary100000101011111110110011011111010110001100000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,95,54); }

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

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

 a { background-color: rgb(130,95,54); }

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

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

 span { border-color: rgb(130,95,54); }

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