Html Css Color HEX #492910 Indian Tan

📋 copy color: '#492910'

red 73 ◦ green 41 ◦ blue 16

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

Shades of Indian Tan #492910

Tints of Indian Tan #492910

RGB

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

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

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

R = 56.15%
G = 31.54%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#492910 (or 0x492910) is known color: Indian Tan. HEX triplet: 49, 29 and 10. RGB value is (73,41,16). Sum of RGB (Red+Green+Blue) = 73+41+16=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492910 is #B6D6EF. Grayscale: #2F2F2F. Windows color (decimal): -11982576 or 1059145. OLE color: 1059145.

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

Color convert

RGB 73 41 16 -
CMYK 0 0.44 0.78 0.71
HSL 26.32º 0.64% 0.17% -
HSV(B) 26.32º 0.78% 0.29% -
XYZ 3.63 3.04 0.89 -
YUV 47.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 73 41 16 0 0.44 0.78 0.71 26.32 0.64 0.17
Hex 49 29 10 0 2C 4E 47 1A 40 11
Octal 111 51 20 0 54 116 107 32 100 21
Binary 1001001 101001 10000 0 101100 1001110 1000111 11010 1000000 10001

Color Harmonies of #492910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492910

Black with #492910

Text Example


Text Example

White with #492910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492910; }

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

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

background-color css

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

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

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

border-color css

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

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

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