Html Css Color HEX #492A17 Indian Tan

📋 copy color: '#492A17'

red 73 ◦ green 42 ◦ blue 23

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

Shades of Indian Tan #492A17

Tints of Indian Tan #492A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.67%

R = 52.9%
G = 30.43%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#492A17 (or 0x492A17) is known color: Indian Tan. HEX triplet: 49, 2A and 17. RGB value is (73,42,23). Sum of RGB (Red+Green+Blue) = 73+42+23=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #492A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A17 is #B6D5E8. Grayscale: #313131. Windows color (decimal): -11982313 or 1518153. OLE color: 1518153.

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

Color convert

RGB 73 42 23 -
CMYK 0 0.42 0.68 0.71
HSL 22.8º 0.52% 0.19% -
HSV(B) 22.8º 0.68% 0.29% -
XYZ 3.73 3.13 1.22 -
YUV 49.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 73 42 23 0 0.42 0.68 0.71 22.8 0.52 0.19
Hex 49 2A 17 0 2A 44 47 17 34 13
Octal 111 52 27 0 52 104 107 27 64 23
Binary 1001001 101010 10111 0 101010 1000100 1000111 10111 110100 10011

Color Harmonies of #492A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A17

Black with #492A17

Text Example


Text Example

White with #492A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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