#825F58

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

Shades of Russett #825F58

Tints of Russett #825F58

Color information

#825F58 (or 0x825F58) is unknown color: approx Russett. HEX triplet: 82, 5F and 58. RGB value is (130,95,88). Sum of RGB (Red+Green+Blue) = 130+95+88=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #825F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F58 is #7DA0A7. Grayscale: #686868. Windows color (decimal): -8233128 or 5791618. OLE color: 5791618.

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

Color convert

RGB1309588-
CMYK00.270.320.49
HSL10º19.27%42.75%-
HSV(B)10º32.31%50.98%-
XYZ15.0613.6311.07-
YUV104.67118.6146.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.53%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=41.53%
G=30.35%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130958800.270.320.491019.2742.75
Hex825F5801B2031a132b
Octal2021371300334061122353
Binary1000001010111111011000011011100000110001101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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