#492914

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

Shades of Indian Tan #492914

Tints of Indian Tan #492914

Color information

#492914 (or 0x492914) is unknown color: approx Indian Tan. HEX triplet: 49, 29 and 14. RGB value is (73,41,20). Sum of RGB (Red+Green+Blue) = 73+41+20=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #492914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492914 is #B6D6EB. Grayscale: #303030. Windows color (decimal): -11982572 or 1321289. OLE color: 1321289.

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

Color convert

RGB734120-
CMYK00.440.730.71
HSL23.77º56.99%18.24%-
HSV(B)23.77º72.6%28.63%-
XYZ3.673.051.06-
YUV48.17112.1145.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 20 (8.20% from 255) = 14.93%
R=54.48%
G=30.60%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73412000.440.730.7123.7756.9918.24
Hex49291402C4947183912
Octal1115124054111107307122
Binary1001001101001101000101100100100110001111100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492914; }

 p { color: rgb(73,41,20); }

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

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

 a { background-color: rgb(73,41,20); }

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

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

 span { border-color: rgb(73,41,20); }

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