#825B34

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

Shades of McKenzie #825B34

Tints of McKenzie #825B34

Color information

#825B34 (or 0x825B34) is unknown color: approx McKenzie. HEX triplet: 82, 5B and 34. RGB value is (130,91,52). Sum of RGB (Red+Green+Blue) = 130+91+52=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #825B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B34 is #7DA4CB. Grayscale: #626262. Windows color (decimal): -8234188 or 3431298. OLE color: 3431298.

HSL color Cylindrical-coordinate representation of color #825B34: hue angle of 30º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #825B34 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1309152-
CMYK00.300.600.49
HSL30º42.86%35.69%-
HSV(B)30º60%50.98%-
XYZ13.5712.484.94-
YUV98.21101.92150.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=47.62%
G=33.33%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130915200.300.600.493042.8635.69
Hex825B3401E3C311e2b24
Octal202133640367461365344
Binary10000010101101111010001111011110011000111110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,91,52); }

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

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

 a { background-color: rgb(130,91,52); }

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

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

 span { border-color: rgb(130,91,52); }

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