#806548

Color #806548 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #806548

Tints of Dark Wood #806548

Color information

#806548 (or 0x806548) is unknown color: approx 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

RGB12810172-
CMYK00.210.440.50
HSL31.07º28%39.22%-
HSV(B)31.07º43.75%50.2%-
XYZ14.7314.368.13-
YUV105.77108.95143.86-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281017200.210.440.5031.072839.22
Hex8065480152C321f1c27
Octal2001451100255462373447
Binary10000000110010110010000101011011001100101111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>