Html Css Color HEX #825F49 Dark Wood

📋 copy color: '#825F49'

red 130 ◦ green 95 ◦ blue 73

#825F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #825F49

Tints of Dark Wood #825F49

RGB

 RED value IS 130 (51.17% from 255) = 43.62%

 GREEN value IS 95 (37.5% from 255) = 31.88%

 BLUE value IS 73 (28.91% from 255) = 24.5%

R = 43.62%
G = 31.88%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#825F49 (or 0x825F49) is known color: Dark Wood. HEX triplet: 82, 5F and 49. RGB value is (130,95,73). Sum of RGB (Red+Green+Blue) = 130+95+73=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #825F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F49 is #7DA0B6. Grayscale: #676767. Windows color (decimal): -8233143 or 4808578. OLE color: 4808578.

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

Color convert

RGB 130 95 73 -
CMYK 0 0.27 0.44 0.49
HSL 23.16º 0.28% 0.4% -
HSV(B) 23.16º 0.44% 0.51% -
XYZ 14.5 13.41 8.13 -
YUV 102.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 130 95 73 0 0.27 0.44 0.49 23.16 0.28 0.4
Hex 82 5F 49 0 1B 2C 31 17 1C 28
Octal 202 137 111 0 33 54 61 27 34 50
Binary 10000010 1011111 1001001 0 11011 101100 110001 10111 11100 101000

Color Harmonies of #825F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F49

Black with #825F49

Text Example


Text Example

White with #825F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #825F49;
 }
 .AnyTagClassName
 {
   color: #825F49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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