Html Css Color HEX #492D1A Indian Tan

📋 copy color: '#492D1A'

red 73 ◦ green 45 ◦ blue 26

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

Shades of Indian Tan #492D1A

Tints of Indian Tan #492D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.06%

R = 50.69%
G = 31.25%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#492D1A (or 0x492D1A) is known color: Indian Tan. HEX triplet: 49, 2D and 1A. RGB value is (73,45,26). Sum of RGB (Red+Green+Blue) = 73+45+26=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #492D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D1A is #B6D2E5. Grayscale: #333333. Windows color (decimal): -11981542 or 1715529. OLE color: 1715529.

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

Color convert

RGB 73 45 26 -
CMYK 0 0.38 0.64 0.71
HSL 24.26º 0.47% 0.19% -
HSV(B) 24.26º 0.64% 0.29% -
XYZ 3.87 3.37 1.42 -
YUV 51.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 73 45 26 0 0.38 0.64 0.71 24.26 0.47 0.19
Hex 49 2D 1A 0 26 40 47 18 2F 13
Octal 111 55 32 0 46 100 107 30 57 23
Binary 1001001 101101 11010 0 100110 1000000 1000111 11000 101111 10011

Color Harmonies of #492D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D1A

Black with #492D1A

Text Example


Text Example

White with #492D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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