Html Css Color HEX #806048 Dark Wood

📋 copy color: '#806048'

red 128 ◦ green 96 ◦ blue 72

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

Shades of Dark Wood #806048

Tints of Dark Wood #806048

RGB

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

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

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

R = 43.24%
G = 32.43%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#806048 (or 0x806048) is known color: Dark Wood. HEX triplet: 80, 60 and 48. RGB value is (128,96,72). Sum of RGB (Red+Green+Blue) = 128+96+72=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #806048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806048 is #7F9FB7. Grayscale: #666666. Windows color (decimal): -8363960 or 4743296. OLE color: 4743296.

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

Color convert

RGB 128 96 72 -
CMYK 0 0.25 0.44 0.50
HSL 25.71º 0.28% 0.39% -
HSV(B) 25.71º 0.44% 0.5% -
XYZ 14.25 13.42 7.97 -
YUV 102.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 128 96 72 0 0.25 0.44 0.50 25.71 0.28 0.39
Hex 80 60 48 0 19 2C 32 1A 1C 27
Octal 200 140 110 0 31 54 62 32 34 47
Binary 10000000 1100000 1001000 0 11001 101100 110010 11010 11100 100111

Color Harmonies of #806048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806048

Black with #806048

Text Example


Text Example

White with #806048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806048; }

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

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

background-color css

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

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

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

border-color css

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

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

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