Html Css Color HEX #806548 Dark Wood

📋 copy color: '#806548'

red 128 ◦ green 101 ◦ blue 72

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

Shades of Dark Wood #806548

Tints of Dark Wood #806548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.55%

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

R = 42.52%
G = 33.55%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#806548 (or 0x806548) is known color: Dark Wood. HEX triplet: 80, 65 and 48. RGB value is (128,101,72). Sum of RGB (Red+Green+Blue) = 128+101+72=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #806548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806548 is #7F9AB7. Grayscale: #696969. Windows color (decimal): -8362680 or 4744576. OLE color: 4744576.

HSL color Cylindrical-coordinate representation of color #806548: hue angle of 31.07º 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 #806548 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 72 -
CMYK 0 0.21 0.44 0.50
HSL 31.07º 0.28% 0.39% -
HSV(B) 31.07º 0.44% 0.5% -
XYZ 14.73 14.36 8.13 -
YUV 105.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 128 101 72 0 0.21 0.44 0.50 31.07 0.28 0.39
Hex 80 65 48 0 15 2C 32 1F 1C 27
Octal 200 145 110 0 25 54 62 37 34 47
Binary 10000000 1100101 1001000 0 10101 101100 110010 11111 11100 100111

Color Harmonies of #806548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806548

Black with #806548

Text Example


Text Example

White with #806548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806548; }

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

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

background-color css

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

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

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

border-color css

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

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

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