#825F56

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

Shades of Russett #825F56

Tints of Russett #825F56

Color information

#825F56 (or 0x825F56) is unknown color: approx Russett. HEX triplet: 82, 5F and 56. RGB value is (130,95,86). Sum of RGB (Red+Green+Blue) = 130+95+86=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #825F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F56 is #7DA0A9. Grayscale: #686868. Windows color (decimal): -8233130 or 5660546. OLE color: 5660546.

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

Color convert

RGB1309586-
CMYK00.270.340.49
HSL12.27º20.37%42.35%-
HSV(B)12.27º33.85%50.98%-
XYZ14.9813.610.64-
YUV104.44117.6146.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=41.80%
G=30.55%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130958600.270.340.4912.2720.3742.35
Hex825F5601B2231c142a
Octal2021371260334261142452
Binary1000001010111111010110011011100010110001110010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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