Html Css Color HEX #492B10 Indian Tan

📋 copy color: '#492B10'

red 73 ◦ green 43 ◦ blue 16

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

Shades of Indian Tan #492B10

Tints of Indian Tan #492B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 55.3%
G = 32.58%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#492B10 (or 0x492B10) is known color: Indian Tan. HEX triplet: 49, 2B and 10. RGB value is (73,43,16). Sum of RGB (Red+Green+Blue) = 73+43+16=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #492B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B10 is #B6D4EF. Grayscale: #313131. Windows color (decimal): -11982064 or 1059657. OLE color: 1059657.

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

Color convert

RGB 73 43 16 -
CMYK 0 0.41 0.78 0.71
HSL 28.42º 0.64% 0.17% -
HSV(B) 28.42º 0.78% 0.29% -
XYZ 3.71 3.18 0.91 -
YUV 48.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 73 43 16 0 0.41 0.78 0.71 28.42 0.64 0.17
Hex 49 2B 10 0 29 4E 47 1C 40 11
Octal 111 53 20 0 51 116 107 34 100 21
Binary 1001001 101011 10000 0 101001 1001110 1000111 11100 1000000 10001

Color Harmonies of #492B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B10

Black with #492B10

Text Example


Text Example

White with #492B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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