Html Css Color HEX #492D16 Indian Tan

📋 copy color: '#492D16'

red 73 ◦ green 45 ◦ blue 22

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

Shades of Indian Tan #492D16

Tints of Indian Tan #492D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 52.14%
G = 32.14%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#492D16 (or 0x492D16) is known color: Indian Tan. HEX triplet: 49, 2D and 16. RGB value is (73,45,22). Sum of RGB (Red+Green+Blue) = 73+45+22=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #492D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D16 is #B6D2E9. Grayscale: #323232. Windows color (decimal): -11981546 or 1453385. OLE color: 1453385.

HSL color Cylindrical-coordinate representation of color #492D16: hue angle of 27.06º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492D16 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 45 22 -
CMYK 0 0.38 0.70 0.71
HSL 27.06º 0.54% 0.19% -
HSV(B) 27.06º 0.7% 0.29% -
XYZ 3.83 3.35 1.2 -
YUV 50.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 73 45 22 0 0.38 0.70 0.71 27.06 0.54 0.19
Hex 49 2D 16 0 26 46 47 1B 36 13
Octal 111 55 26 0 46 106 107 33 66 23
Binary 1001001 101101 10110 0 100110 1000110 1000111 11011 110110 10011

Color Harmonies of #492D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D16

Black with #492D16

Text Example


Text Example

White with #492D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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