Html Css Color HEX #494213 Madras

📋 copy color: '#494213'

red 73 ◦ green 66 ◦ blue 19

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

Shades of Madras #494213

Tints of Madras #494213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.77%

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 46.2%
G = 41.77%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#494213 (or 0x494213) is known color: Madras. HEX triplet: 49, 42 and 13. RGB value is (73,66,19). Sum of RGB (Red+Green+Blue) = 73+66+19=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #494213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494213 is #B6BDEC. Grayscale: #3E3E3E. Windows color (decimal): -11976173 or 1262153. OLE color: 1262153.

HSL color Cylindrical-coordinate representation of color #494213: hue angle of 52.22º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #494213 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 66 19 -
CMYK 0 0.10 0.74 0.71
HSL 52.22º 0.59% 0.18% -
HSV(B) 52.22º 0.74% 0.29% -
XYZ 4.81 5.36 1.4 -
YUV 62.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 73 66 19 0 0.10 0.74 0.71 52.22 0.59 0.18
Hex 49 42 13 0 A 4A 47 34 3B 12
Octal 111 102 23 0 12 112 107 64 73 22
Binary 1001001 1000010 10011 0 1010 1001010 1000111 110100 111011 10010

Color Harmonies of #494213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494213

Black with #494213

Text Example


Text Example

White with #494213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494213; }

 p { color: rgb(73,66,19); }

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

background-color css

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

 a { background-color: rgb(73,66,19); }

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

border-color css

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

 span { border-color: rgb(73,66,19); }

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