#825B5A

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

Shades of Light Wood #825B5A

Tints of Light Wood #825B5A

Color information

#825B5A (or 0x825B5A) is unknown color: approx Light Wood. HEX triplet: 82, 5B and 5A. RGB value is (130,91,90). Sum of RGB (Red+Green+Blue) = 130+91+90=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #825B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B5A is #7DA4A5. Grayscale: #666666. Windows color (decimal): -8234150 or 5921666. OLE color: 5921666.

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

Color convert

RGB1309190-
CMYK00.300.310.49
HSL1.5º18.18%43.14%-
HSV(B)1.5º30.77%50.98%-
XYZ14.7912.9711.4-
YUV102.55120.92147.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=41.80%
G=29.26%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130919000.300.310.491.518.1843.14
Hex825B5A01E1F312122b
Octal202133132036376122253
Binary1000001010110111011010011110111111100011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,91,90); }

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

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

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

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

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

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

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