Html Css Color HEX #492C13 Indian Tan

📋 copy color: '#492C13'

red 73 ◦ green 44 ◦ blue 19

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

Shades of Indian Tan #492C13

Tints of Indian Tan #492C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.35%

 BLUE value IS 19 (7.81% from 255) = 13.97%

R = 53.68%
G = 32.35%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#492C13 (or 0x492C13) is known color: Indian Tan. HEX triplet: 49, 2C and 13. RGB value is (73,44,19). Sum of RGB (Red+Green+Blue) = 73+44+19=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #492C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492C13 is #B6D3EC. Grayscale: #313131. Windows color (decimal): -11981805 or 1256521. OLE color: 1256521.

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

Color convert

RGB 73 44 19 -
CMYK 0 0.40 0.74 0.71
HSL 27.78º 0.59% 0.18% -
HSV(B) 27.78º 0.74% 0.29% -
XYZ 3.77 3.26 1.05 -
YUV 49.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 73 44 19 0 0.40 0.74 0.71 27.78 0.59 0.18
Hex 49 2C 13 0 28 4A 47 1C 3B 12
Octal 111 54 23 0 50 112 107 34 73 22
Binary 1001001 101100 10011 0 101000 1001010 1000111 11100 111011 10010

Color Harmonies of #492C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C13

Black with #492C13

Text Example


Text Example

White with #492C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,44,19); }

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

background-color css

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

 a { background-color: rgb(73,44,19); }

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

border-color css

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

 span { border-color: rgb(73,44,19); }

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