Html Css Color HEX #492B15 Indian Tan

📋 copy color: '#492B15'

red 73 ◦ green 43 ◦ blue 21

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

Shades of Indian Tan #492B15

Tints of Indian Tan #492B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.33%

R = 53.28%
G = 31.39%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#492B15 (or 0x492B15) is known color: Indian Tan. HEX triplet: 49, 2B and 15. RGB value is (73,43,21). Sum of RGB (Red+Green+Blue) = 73+43+21=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #492B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B15 is #B6D4EA. Grayscale: #313131. Windows color (decimal): -11982059 or 1387337. OLE color: 1387337.

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

Color convert

RGB 73 43 21 -
CMYK 0 0.41 0.71 0.71
HSL 25.38º 0.55% 0.18% -
HSV(B) 25.38º 0.71% 0.29% -
XYZ 3.75 3.2 1.13 -
YUV 49.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 73 43 21 0 0.41 0.71 0.71 25.38 0.55 0.18
Hex 49 2B 15 0 29 47 47 19 37 12
Octal 111 53 25 0 51 107 107 31 67 22
Binary 1001001 101011 10101 0 101001 1000111 1000111 11001 110111 10010

Color Harmonies of #492B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B15

Black with #492B15

Text Example


Text Example

White with #492B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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