#825C56

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

Shades of Russett #825C56

Tints of Russett #825C56

Color information

#825C56 (or 0x825C56) is unknown color: approx Russett. HEX triplet: 82, 5C and 56. RGB value is (130,92,86). Sum of RGB (Red+Green+Blue) = 130+92+86=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #825C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C56 is #7DA3A9. Grayscale: #666666. Windows color (decimal): -8233898 or 5659778. OLE color: 5659778.

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

Color convert

RGB1309286-
CMYK00.290.340.49
HSL8.18º20.37%42.35%-
HSV(B)8.18º33.85%50.98%-
XYZ14.7113.0710.55-
YUV102.68118.59147.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 92 (36.33% from 255) = 29.87%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=42.21%
G=29.87%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130928600.290.340.498.1820.3742.35
Hex825C5601D22318142a
Octal2021341260354261102452
Binary1000001010111001010110011101100010110001100010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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