#825F55

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

Shades of Russett #825F55

Tints of Russett #825F55

Color information

#825F55 (or 0x825F55) is unknown color: approx Russett. HEX triplet: 82, 5F and 55. RGB value is (130,95,85). Sum of RGB (Red+Green+Blue) = 130+95+85=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #825F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F55 is #7DA0AA. Grayscale: #686868. Windows color (decimal): -8233131 or 5595010. OLE color: 5595010.

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

Color convert

RGB1309585-
CMYK00.270.350.49
HSL13.33º20.93%42.16%-
HSV(B)13.33º34.62%50.98%-
XYZ14.9413.5910.43-
YUV104.32117.1146.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 95 (37.5% from 255) = 30.65%
BLUE value IS 85 (33.59% from 255) = 27.42%
R=41.94%
G=30.65%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130958500.270.350.4913.3320.9342.16
Hex825F5501B2331d152a
Octal2021371250334361152552
Binary1000001010111111010101011011100011110001110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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