Html Css Color HEX #492913 Indian Tan

📋 copy color: '#492913'

red 73 ◦ green 41 ◦ blue 19

#492913
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Tan #492913

Tints of Indian Tan #492913

RGB

 RED value IS 73 (28.91% from 255) = 54.89%

 GREEN value IS 41 (16.41% from 255) = 30.83%

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 54.89%
G = 30.83%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#492913 (or 0x492913) is known color: Indian Tan. HEX triplet: 49, 29 and 13. RGB value is (73,41,19). Sum of RGB (Red+Green+Blue) = 73+41+19=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #492913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492913 is #B6D6EC. Grayscale: #303030. Windows color (decimal): -11982573 or 1255753. OLE color: 1255753.

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

Color convert

RGB 73 41 19 -
CMYK 0 0.44 0.74 0.71
HSL 24.44º 0.59% 0.18% -
HSV(B) 24.44º 0.74% 0.29% -
XYZ 3.66 3.05 1.01 -
YUV 48.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 73 41 19 0 0.44 0.74 0.71 24.44 0.59 0.18
Hex 49 29 13 0 2C 4A 47 18 3B 12
Octal 111 51 23 0 54 112 107 30 73 22
Binary 1001001 101001 10011 0 101100 1001010 1000111 11000 111011 10010

Color Harmonies of #492913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492913

Black with #492913

Text Example


Text Example

White with #492913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492913; }

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

 H1.HeaderClassName
 {
   color: #492913;
 }
 .AnyTagClassName
 {
   color: #492913;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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