Html Css Color HEX #492E1D Indian Tan

📋 copy color: '#492E1D'

red 73 ◦ green 46 ◦ blue 29

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

Shades of Indian Tan #492E1D

Tints of Indian Tan #492E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.08%

 BLUE value IS 29 (11.72% from 255) = 19.59%

R = 49.32%
G = 31.08%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#492E1D (or 0x492E1D) is known color: Indian Tan. HEX triplet: 49, 2E and 1D. RGB value is (73,46,29). Sum of RGB (Red+Green+Blue) = 73+46+29=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E1D is #B6D1E2. Grayscale: #343434. Windows color (decimal): -11981283 or 1912393. OLE color: 1912393.

HSL color Cylindrical-coordinate representation of color #492E1D: hue angle of 23.18º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #492E1D is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 46 29 -
CMYK 0 0.37 0.60 0.71
HSL 23.18º 0.43% 0.2% -
HSV(B) 23.18º 0.6% 0.29% -
XYZ 3.95 3.46 1.62 -
YUV 52.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 73 46 29 0 0.37 0.60 0.71 23.18 0.43 0.2
Hex 49 2E 1D 0 25 3C 47 17 2B 14
Octal 111 56 35 0 45 74 107 27 53 24
Binary 1001001 101110 11101 0 100101 111100 1000111 10111 101011 10100

Color Harmonies of #492E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E1D

Black with #492E1D

Text Example


Text Example

White with #492E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,46,29); }

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

background-color css

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

 a { background-color: rgb(73,46,29); }

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

border-color css

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

 span { border-color: rgb(73,46,29); }

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