Html Css Color HEX #492A0E Indian Tan

📋 copy color: '#492A0E'

red 73 ◦ green 42 ◦ blue 14

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

Shades of Indian Tan #492A0E

Tints of Indian Tan #492A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.85%

R = 56.59%
G = 32.56%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#492A0E (or 0x492A0E) is known color: Indian Tan. HEX triplet: 49, 2A and 0E. RGB value is (73,42,14). Sum of RGB (Red+Green+Blue) = 73+42+14=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #492A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A0E is #B6D5F1. Grayscale: #303030. Windows color (decimal): -11982322 or 928329. OLE color: 928329.

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

Color convert

RGB 73 42 14 -
CMYK 0 0.42 0.81 0.71
HSL 28.47º 0.68% 0.17% -
HSV(B) 28.47º 0.81% 0.29% -
XYZ 3.65 3.1 0.82 -
YUV 48.08 108.77 145.78 -
System Red Green Blue C M Y K H S L
Decimal 73 42 14 0 0.42 0.81 0.71 28.47 0.68 0.17
Hex 49 2A E 0 2A 51 47 1C 44 11
Octal 111 52 16 0 52 121 107 34 104 21
Binary 1001001 101010 1110 0 101010 1010001 1000111 11100 1000100 10001

Color Harmonies of #492A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A0E

Black with #492A0E

Text Example


Text Example

White with #492A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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