Html Css Color HEX #492A12 Indian Tan

📋 copy color: '#492A12'

red 73 ◦ green 42 ◦ blue 18

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

Shades of Indian Tan #492A12

Tints of Indian Tan #492A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 54.89%
G = 31.58%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#492A12 (or 0x492A12) is known color: Indian Tan. HEX triplet: 49, 2A and 12. RGB value is (73,42,18). Sum of RGB (Red+Green+Blue) = 73+42+18=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #492A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A12 is #B6D5ED. Grayscale: #303030. Windows color (decimal): -11982318 or 1190473. OLE color: 1190473.

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

Color convert

RGB 73 42 18 -
CMYK 0 0.42 0.75 0.71
HSL 26.18º 0.6% 0.18% -
HSV(B) 26.18º 0.75% 0.29% -
XYZ 3.68 3.12 0.98 -
YUV 48.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 73 42 18 0 0.42 0.75 0.71 26.18 0.6 0.18
Hex 49 2A 12 0 2A 4B 47 1A 3C 12
Octal 111 52 22 0 52 113 107 32 74 22
Binary 1001001 101010 10010 0 101010 1001011 1000111 11010 111100 10010

Color Harmonies of #492A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A12

Black with #492A12

Text Example


Text Example

White with #492A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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