Html Css Color HEX #492F1F Indian Tan

📋 copy color: '#492F1F'

red 73 ◦ green 47 ◦ blue 31

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

Shades of Indian Tan #492F1F

Tints of Indian Tan #492F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.53%

R = 48.34%
G = 31.13%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#492F1F (or 0x492F1F) is known color: Indian Tan. HEX triplet: 49, 2F and 1F. RGB value is (73,47,31). Sum of RGB (Red+Green+Blue) = 73+47+31=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #492F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F1F is #B6D0E0. Grayscale: #353535. Windows color (decimal): -11981025 or 2043721. OLE color: 2043721.

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

Color convert

RGB 73 47 31 -
CMYK 0 0.36 0.58 0.71
HSL 22.86º 0.4% 0.2% -
HSV(B) 22.86º 0.58% 0.29% -
XYZ 4.01 3.55 1.77 -
YUV 52.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 73 47 31 0 0.36 0.58 0.71 22.86 0.4 0.2
Hex 49 2F 1F 0 24 3A 47 17 28 14
Octal 111 57 37 0 44 72 107 27 50 24
Binary 1001001 101111 11111 0 100100 111010 1000111 10111 101000 10100

Color Harmonies of #492F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F1F

Black with #492F1F

Text Example


Text Example

White with #492F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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