#825E37

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

Shades of McKenzie #825E37

Tints of McKenzie #825E37

Color information

#825E37 (or 0x825E37) is unknown color: approx McKenzie. HEX triplet: 82, 5E and 37. RGB value is (130,94,55). Sum of RGB (Red+Green+Blue) = 130+94+55=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #825E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E37 is #7DA1C8. Grayscale: #646464. Windows color (decimal): -8233417 or 3628674. OLE color: 3628674.

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

Color convert

RGB1309455-
CMYK00.280.580.49
HSL31.2º40.54%36.27%-
HSV(B)31.2º57.69%50.98%-
XYZ13.913.035.4-
YUV100.32102.43149.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 55 (21.88% from 255) = 19.71%
R=46.59%
G=33.69%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130945500.280.580.4931.240.5436.27
Hex825E3701C3A311f2924
Octal202136670347261375144
Binary10000010101111011011101110011101011000111111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,94,55); }

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

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

 a { background-color: rgb(130,94,55); }

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

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

 span { border-color: rgb(130,94,55); }

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