Html Css Color HEX #492D13 Indian Tan

📋 copy color: '#492D13'

red 73 ◦ green 45 ◦ blue 19

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

Shades of Indian Tan #492D13

Tints of Indian Tan #492D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.85%

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

R = 53.28%
G = 32.85%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#492D13 (or 0x492D13) is known color: Indian Tan. HEX triplet: 49, 2D and 13. RGB value is (73,45,19). Sum of RGB (Red+Green+Blue) = 73+45+19=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #492D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D13 is #B6D2EC. Grayscale: #323232. Windows color (decimal): -11981549 or 1256777. OLE color: 1256777.

HSL color Cylindrical-coordinate representation of color #492D13: hue angle of 28.89º 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 #492D13 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 45 19 -
CMYK 0 0.38 0.74 0.71
HSL 28.89º 0.59% 0.18% -
HSV(B) 28.89º 0.74% 0.29% -
XYZ 3.8 3.34 1.06 -
YUV 50.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 73 45 19 0 0.38 0.74 0.71 28.89 0.59 0.18
Hex 49 2D 13 0 26 4A 47 1D 3B 12
Octal 111 55 23 0 46 112 107 35 73 22
Binary 1001001 101101 10011 0 100110 1001010 1000111 11101 111011 10010

Color Harmonies of #492D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D13

Black with #492D13

Text Example


Text Example

White with #492D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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