Html Css Color HEX #492F18 Indian Tan

📋 copy color: '#492F18'

red 73 ◦ green 47 ◦ blue 24

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

Shades of Indian Tan #492F18

Tints of Indian Tan #492F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.64%

 BLUE value IS 24 (9.77% from 255) = 16.67%

R = 50.69%
G = 32.64%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#492F18 (or 0x492F18) is known color: Indian Tan. HEX triplet: 49, 2F and 18. RGB value is (73,47,24). Sum of RGB (Red+Green+Blue) = 73+47+24=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #492F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492F18 is #B6D0E7. Grayscale: #343434. Windows color (decimal): -11981032 or 1584969. OLE color: 1584969.

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

Color convert

RGB 73 47 24 -
CMYK 0 0.36 0.67 0.71
HSL 28.16º 0.51% 0.19% -
HSV(B) 28.16º 0.67% 0.29% -
XYZ 3.93 3.52 1.34 -
YUV 52.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 73 47 24 0 0.36 0.67 0.71 28.16 0.51 0.19
Hex 49 2F 18 0 24 43 47 1C 33 13
Octal 111 57 30 0 44 103 107 34 63 23
Binary 1001001 101111 11000 0 100100 1000011 1000111 11100 110011 10011

Color Harmonies of #492F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F18

Black with #492F18

Text Example


Text Example

White with #492F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,47,24); }

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

background-color css

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

 a { background-color: rgb(73,47,24); }

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

border-color css

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

 span { border-color: rgb(73,47,24); }

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