Html Css Color HEX #806047 Dark Wood

📋 copy color: '#806047'

red 128 ◦ green 96 ◦ blue 71

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

Shades of Dark Wood #806047

Tints of Dark Wood #806047

RGB

 RED value IS 128 (50.39% from 255) = 43.39%

 GREEN value IS 96 (37.89% from 255) = 32.54%

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

R = 43.39%
G = 32.54%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#806047 (or 0x806047) is known color: Dark Wood. HEX triplet: 80, 60 and 47. RGB value is (128,96,71). Sum of RGB (Red+Green+Blue) = 128+96+71=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #806047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806047 is #7F9FB8. Grayscale: #666666. Windows color (decimal): -8363961 or 4677760. OLE color: 4677760.

HSL color Cylindrical-coordinate representation of color #806047: hue angle of 26.32º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #806047 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 71 -
CMYK 0 0.25 0.45 0.50
HSL 26.32º 0.29% 0.39% -
HSV(B) 26.32º 0.45% 0.5% -
XYZ 14.22 13.41 7.8 -
YUV 102.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 128 96 71 0 0.25 0.45 0.50 26.32 0.29 0.39
Hex 80 60 47 0 19 2D 32 1A 1D 27
Octal 200 140 107 0 31 55 62 32 35 47
Binary 10000000 1100000 1000111 0 11001 101101 110010 11010 11101 100111

Color Harmonies of #806047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806047

Black with #806047

Text Example


Text Example

White with #806047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806047; }

 p { color: rgb(128,96,71); }

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

background-color css

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

 a { background-color: rgb(128,96,71); }

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

border-color css

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

 span { border-color: rgb(128,96,71); }

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