#492814

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

Shades of Indian Tan #492814

Tints of Indian Tan #492814

Color information

#492814 (or 0x492814) is unknown color: approx Indian Tan. HEX triplet: 49, 28 and 14. RGB value is (73,40,20). Sum of RGB (Red+Green+Blue) = 73+40+20=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #492814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492814 is #B6D7EB. Grayscale: #2F2F2F. Windows color (decimal): -11982828 or 1321033. OLE color: 1321033.

HSL color Cylindrical-coordinate representation of color #492814: hue angle of 22.64º 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 #492814 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB734020-
CMYK00.450.730.71
HSL22.64º56.99%18.24%-
HSV(B)22.64º72.6%28.63%-
XYZ3.632.981.05-
YUV47.59112.43146.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=54.89%
G=30.08%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73402000.450.730.7122.6456.9918.24
Hex49281402D4947173912
Octal1115024055111107277122
Binary1001001101000101000101101100100110001111011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492814; }

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

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

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

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

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

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

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

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