#825F5F

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

Shades of Light Wood #825F5F

Tints of Light Wood #825F5F

Color information

#825F5F (or 0x825F5F) is unknown color: approx Light Wood. HEX triplet: 82, 5F and 5F. RGB value is (130,95,95). Sum of RGB (Red+Green+Blue) = 130+95+95=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #825F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F5F is #7DA0A0. Grayscale: #696969. Windows color (decimal): -8233121 or 6250370. OLE color: 6250370.

HSL color Cylindrical-coordinate representation of color #825F5F: 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.27%. Process color model (Four color, CMYK) of #825F5F is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1309595-
CMYK00.270.270.49
HSL15.56%44.12%-
HSV(B)26.92%50.98%-
XYZ15.3613.7612.67-
YUV105.46122.1145.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=40.62%
G=29.69%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130959500.270.270.49015.5644.12
Hex825F5F01B1B310102c
Octal202137137033336102054
Binary100000101011111101111101101111011110001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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