#816448

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

Shades of Dark Wood #816448

Tints of Dark Wood #816448

Color information

#816448 (or 0x816448) is unknown color: approx Dark Wood. HEX triplet: 81, 64 and 48. RGB value is (129,100,72). Sum of RGB (Red+Green+Blue) = 129+100+72=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #816448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816448 is #7E9BB7. Grayscale: #696969. Windows color (decimal): -8297400 or 4744321. OLE color: 4744321.

HSL color Cylindrical-coordinate representation of color #816448: hue angle of 29.47º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #816448 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB12910072-
CMYK00.220.440.49
HSL29.47º28.36%39.41%-
HSV(B)29.47º44.19%50.59%-
XYZ14.7814.258.1-
YUV105.48109.11144.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=42.86%
G=33.22%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291007200.220.440.4929.4728.3639.41
Hex8164480162C311d1c27
Octal2011441100265461353447
Binary10000001110010010010000101101011001100011110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816448; }

 p { color: rgb(129,100,72); }

 H1.HeaderClassName
 {
   color: #816448;
 }
 .AnyTagClassName
 {
   color: #816448;
 }
</style>
background-color css

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

 a { background-color: rgb(129,100,72); }

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

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

 span { border-color: rgb(129,100,72); }

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