#816148

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

Shades of Dark Wood #816148

Tints of Dark Wood #816148

Color information

#816148 (or 0x816148) is unknown color: approx Dark Wood. HEX triplet: 81, 61 and 48. RGB value is (129,97,72). Sum of RGB (Red+Green+Blue) = 129+97+72=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #816148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816148 is #7E9EB7. Grayscale: #676767. Windows color (decimal): -8298168 or 4743553. OLE color: 4743553.

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

Color convert

RGB1299772-
CMYK00.250.440.49
HSL26.32º28.36%39.41%-
HSV(B)26.32º44.19%50.59%-
XYZ14.513.688.01-
YUV103.72110.1146.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=43.29%
G=32.55%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129977200.250.440.4926.3228.3639.41
Hex8161480192C311a1c27
Octal2011411100315461323447
Binary10000001110000110010000110011011001100011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816148; }

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

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

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

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

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

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

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

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