#492811

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

Shades of Indian Tan #492811

Tints of Indian Tan #492811

Color information

#492811 (or 0x492811) is unknown color: approx Indian Tan. HEX triplet: 49, 28 and 11. RGB value is (73,40,17). Sum of RGB (Red+Green+Blue) = 73+40+17=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492811 is #B6D7EE. Grayscale: #2F2F2F. Windows color (decimal): -11982831 or 1124425. OLE color: 1124425.

HSL color Cylindrical-coordinate representation of color #492811: hue angle of 24.64º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492811 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB734017-
CMYK00.450.770.71
HSL24.64º62.22%17.65%-
HSV(B)24.64º76.71%28.63%-
XYZ3.612.970.91-
YUV47.24110.93146.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=56.15%
G=30.77%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73401700.450.770.7124.6462.2217.65
Hex49281102D4D47193e12
Octal1115021055115107317622
Binary1001001101000100010101101100110110001111100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492811; }

 p { color: rgb(73,40,17); }

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

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

 a { background-color: rgb(73,40,17); }

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

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

 span { border-color: rgb(73,40,17); }

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