#825F4B

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

Shades of Dark Wood #825F4B

Tints of Dark Wood #825F4B

Color information

#825F4B (or 0x825F4B) is unknown color: approx Dark Wood. HEX triplet: 82, 5F and 4B. RGB value is (130,95,75). Sum of RGB (Red+Green+Blue) = 130+95+75=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F4B is #7DA0B4. Grayscale: #676767. Windows color (decimal): -8233141 or 4939650. OLE color: 4939650.

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

Color convert

RGB1309575-
CMYK00.270.420.49
HSL21.82º26.83%40.2%-
HSV(B)21.82º42.31%50.98%-
XYZ14.5713.448.48-
YUV103.18112.1147.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 75 (29.69% from 255) = 25%
R=43.33%
G=31.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130957500.270.420.4921.8226.8340.2
Hex825F4B01B2A31161b28
Octal2021371130335261263350
Binary10000010101111110010110110111010101100011011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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