Html Css Color HEX #805F49 Dark Wood

📋 copy color: '#805F49'

red 128 ◦ green 95 ◦ blue 73

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

Shades of Dark Wood #805F49

Tints of Dark Wood #805F49

RGB

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

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

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

R = 43.24%
G = 32.09%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#805F49 (or 0x805F49) is known color: Dark Wood. HEX triplet: 80, 5F and 49. RGB value is (128,95,73). Sum of RGB (Red+Green+Blue) = 128+95+73=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #805F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F49 is #7FA0B6. Grayscale: #666666. Windows color (decimal): -8364215 or 4808576. OLE color: 4808576.

HSL color Cylindrical-coordinate representation of color #805F49: hue angle of 24º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #805F49 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 95 73 -
CMYK 0 0.26 0.43 0.50
HSL 24º 0.27% 0.39% -
HSV(B) 24º 0.43% 0.5% -
XYZ 14.2 13.25 8.11 -
YUV 102.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 128 95 73 0 0.26 0.43 0.50 24 0.27 0.39
Hex 80 5F 49 0 1A 2B 32 18 1B 27
Octal 200 137 111 0 32 53 62 30 33 47
Binary 10000000 1011111 1001001 0 11010 101011 110010 11000 11011 100111

Color Harmonies of #805F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F49

Black with #805F49

Text Example


Text Example

White with #805F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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