#825959

Color #825959 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #825959

Tints of Light Wood #825959

Color information

#825959 (or 0x825959) is unknown color: approx Light Wood. HEX triplet: 82, 59 and 59. RGB value is (130,89,89). Sum of RGB (Red+Green+Blue) = 130+89+89=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #825959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825959 is #7DA6A6. Grayscale: #656565. Windows color (decimal): -8234663 or 5855618. OLE color: 5855618.

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

Color convert

RGB1308989-
CMYK00.320.320.49
HSL18.72%42.94%-
HSV(B)31.54%50.98%-
XYZ14.5812.6111.12-
YUV101.26121.08148.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 89 (35.16% from 255) = 28.90%
R=42.21%
G=28.90%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130898900.320.320.49018.7242.94
Hex82595902020310132b
Octal202131131040406102353
Binary10000010101100110110010100000100000110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825959; }

 p { color: rgb(130,89,89); }

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

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

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

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

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

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

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