Html Css Color HEX #492A10 Indian Tan

📋 copy color: '#492A10'

red 73 ◦ green 42 ◦ blue 16

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

Shades of Indian Tan #492A10

Tints of Indian Tan #492A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.06%

 BLUE value IS 16 (6.64% from 255) = 12.21%

R = 55.73%
G = 32.06%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#492A10 (or 0x492A10) is known color: Indian Tan. HEX triplet: 49, 2A and 10. RGB value is (73,42,16). Sum of RGB (Red+Green+Blue) = 73+42+16=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #492A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A10 is #B6D5EF. Grayscale: #303030. Windows color (decimal): -11982320 or 1059401. OLE color: 1059401.

HSL color Cylindrical-coordinate representation of color #492A10: hue angle of 27.37º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492A10 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 42 16 -
CMYK 0 0.42 0.78 0.71
HSL 27.37º 0.64% 0.17% -
HSV(B) 27.37º 0.78% 0.29% -
XYZ 3.67 3.11 0.9 -
YUV 48.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 73 42 16 0 0.42 0.78 0.71 27.37 0.64 0.17
Hex 49 2A 10 0 2A 4E 47 1B 40 11
Octal 111 52 20 0 52 116 107 33 100 21
Binary 1001001 101010 10000 0 101010 1001110 1000111 11011 1000000 10001

Color Harmonies of #492A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A10

Black with #492A10

Text Example


Text Example

White with #492A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,42,16); }

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

background-color css

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

 a { background-color: rgb(73,42,16); }

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

border-color css

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

 span { border-color: rgb(73,42,16); }

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