Html Css Color HEX #492D1B Indian Tan

📋 copy color: '#492D1B'

red 73 ◦ green 45 ◦ blue 27

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

Shades of Indian Tan #492D1B

Tints of Indian Tan #492D1B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.03%

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 50.34%
G = 31.03%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#492D1B (or 0x492D1B) is known color: Indian Tan. HEX triplet: 49, 2D and 1B. RGB value is (73,45,27). Sum of RGB (Red+Green+Blue) = 73+45+27=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D1B is #B6D2E4. Grayscale: #333333. Windows color (decimal): -11981541 or 1781065. OLE color: 1781065.

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

Color convert

RGB 73 45 27 -
CMYK 0 0.38 0.63 0.71
HSL 23.48º 0.46% 0.2% -
HSV(B) 23.48º 0.63% 0.29% -
XYZ 3.88 3.37 1.48 -
YUV 51.32 114.28 143.46 -
System Red Green Blue C M Y K H S L
Decimal 73 45 27 0 0.38 0.63 0.71 23.48 0.46 0.2
Hex 49 2D 1B 0 26 3F 47 17 2E 14
Octal 111 55 33 0 46 77 107 27 56 24
Binary 1001001 101101 11011 0 100110 111111 1000111 10111 101110 10100

Color Harmonies of #492D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D1B

Black with #492D1B

Text Example


Text Example

White with #492D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,45,27); }

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

background-color css

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

 a { background-color: rgb(73,45,27); }

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

border-color css

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

 span { border-color: rgb(73,45,27); }

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