#816749

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

Shades of Shadow #816749

Tints of Shadow #816749

Color information

#816749 (or 0x816749) is unknown color: approx Shadow. HEX triplet: 81, 67 and 49. RGB value is (129,103,73). Sum of RGB (Red+Green+Blue) = 129+103+73=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #816749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816749 is #7E98B6. Grayscale: #6B6B6B. Windows color (decimal): -8296631 or 4810625. OLE color: 4810625.

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

Color convert

RGB12910373-
CMYK00.200.430.49
HSL32.14º27.72%39.61%-
HSV(B)32.14º43.41%50.59%-
XYZ15.1114.858.37-
YUV107.35108.61143.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=42.30%
G=33.77%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291037300.200.430.4932.1427.7239.61
Hex8167490142B31201c28
Octal2011471110245361403450
Binary100000011100111100100101010010101111000110000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816749; }

 p { color: rgb(129,103,73); }

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

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

 a { background-color: rgb(129,103,73); }

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

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

 span { border-color: rgb(129,103,73); }

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