Html Css Color HEX #805B48 Dark Wood

📋 copy color: '#805B48'

red 128 ◦ green 91 ◦ blue 72

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

Shades of Dark Wood #805B48

Tints of Dark Wood #805B48

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.27%

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 43.99%
G = 31.27%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#805B48 (or 0x805B48) is known color: Dark Wood. HEX triplet: 80, 5B and 48. RGB value is (128,91,72). Sum of RGB (Red+Green+Blue) = 128+91+72=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #805B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805B48 is #7FA4B7. Grayscale: #646464. Windows color (decimal): -8365240 or 4742016. OLE color: 4742016.

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

Color convert

RGB 128 91 72 -
CMYK 0 0.29 0.44 0.50
HSL 20.36º 0.28% 0.39% -
HSV(B) 20.36º 0.44% 0.5% -
XYZ 13.81 12.54 7.82 -
YUV 99.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 128 91 72 0 0.29 0.44 0.50 20.36 0.28 0.39
Hex 80 5B 48 0 1D 2C 32 14 1C 27
Octal 200 133 110 0 35 54 62 24 34 47
Binary 10000000 1011011 1001000 0 11101 101100 110010 10100 11100 100111

Color Harmonies of #805B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805B48

Black with #805B48

Text Example


Text Example

White with #805B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,91,72); }

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

background-color css

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

 a { background-color: rgb(128,91,72); }

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

border-color css

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

 span { border-color: rgb(128,91,72); }

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