Html Css Color HEX #825F47 Dark Wood

📋 copy color: '#825F47'

red 130 ◦ green 95 ◦ blue 71

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

Shades of Dark Wood #825F47

Tints of Dark Wood #825F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.99%

R = 43.92%
G = 32.09%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#825F47 (or 0x825F47) is known color: Dark Wood. HEX triplet: 82, 5F and 47. RGB value is (130,95,71). Sum of RGB (Red+Green+Blue) = 130+95+71=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #825F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F47 is #7DA0B8. Grayscale: #666666. Windows color (decimal): -8233145 or 4677506. OLE color: 4677506.

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

Color convert

RGB 130 95 71 -
CMYK 0 0.27 0.45 0.49
HSL 24.41º 0.29% 0.39% -
HSV(B) 24.41º 0.45% 0.51% -
XYZ 14.44 13.39 7.78 -
YUV 102.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 130 95 71 0 0.27 0.45 0.49 24.41 0.29 0.39
Hex 82 5F 47 0 1B 2D 31 18 1D 27
Octal 202 137 107 0 33 55 61 30 35 47
Binary 10000010 1011111 1000111 0 11011 101101 110001 11000 11101 100111

Color Harmonies of #825F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F47

Black with #825F47

Text Example


Text Example

White with #825F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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