Html Css Color HEX #492B16 Indian Tan

📋 copy color: '#492B16'

red 73 ◦ green 43 ◦ blue 22

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

Shades of Indian Tan #492B16

Tints of Indian Tan #492B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.16%

 BLUE value IS 22 (8.98% from 255) = 15.94%

R = 52.9%
G = 31.16%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#492B16 (or 0x492B16) is known color: Indian Tan. HEX triplet: 49, 2B and 16. RGB value is (73,43,22). Sum of RGB (Red+Green+Blue) = 73+43+22=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #492B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B16 is #B6D4E9. Grayscale: #313131. Windows color (decimal): -11982058 or 1452873. OLE color: 1452873.

HSL color Cylindrical-coordinate representation of color #492B16: hue angle of 24.71º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492B16 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 43 22 -
CMYK 0 0.41 0.70 0.71
HSL 24.71º 0.54% 0.19% -
HSV(B) 24.71º 0.7% 0.29% -
XYZ 3.76 3.2 1.18 -
YUV 49.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 73 43 22 0 0.41 0.70 0.71 24.71 0.54 0.19
Hex 49 2B 16 0 29 46 47 19 36 13
Octal 111 53 26 0 51 106 107 31 66 23
Binary 1001001 101011 10110 0 101001 1000110 1000111 11001 110110 10011

Color Harmonies of #492B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B16

Black with #492B16

Text Example


Text Example

White with #492B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,43,22); }

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

background-color css

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

 a { background-color: rgb(73,43,22); }

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

border-color css

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

 span { border-color: rgb(73,43,22); }

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