#825E5E

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

Shades of Light Wood #825E5E

Tints of Light Wood #825E5E

Color information

#825E5E (or 0x825E5E) is unknown color: approx Light Wood. HEX triplet: 82, 5E and 5E. RGB value is (130,94,94). Sum of RGB (Red+Green+Blue) = 130+94+94=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #825E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E5E is #7DA1A1. Grayscale: #686868. Windows color (decimal): -8233378 or 6184578. OLE color: 6184578.

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

Color convert

RGB1309494-
CMYK00.280.280.49
HSL16.07%43.92%-
HSV(B)27.69%50.98%-
XYZ15.2313.5612.4-
YUV104.76121.93146-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=40.88%
G=29.56%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130949400.280.280.49016.0743.92
Hex825E5E01C1C310102c
Octal202136136034346102054
Binary100000101011110101111001110011100110001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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