Html Css Color HEX #494211 Madras

📋 copy color: '#494211'

red 73 ◦ green 66 ◦ blue 17

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

Shades of Madras #494211

Tints of Madras #494211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.9%

R = 46.79%
G = 42.31%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#494211 (or 0x494211) is known color: Madras. HEX triplet: 49, 42 and 11. RGB value is (73,66,17). Sum of RGB (Red+Green+Blue) = 73+66+17=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #494211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494211 is #B6BDEE. Grayscale: #3E3E3E. Windows color (decimal): -11976175 or 1131081. OLE color: 1131081.

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

Color convert

RGB 73 66 17 -
CMYK 0 0.10 0.77 0.71
HSL 52.5º 0.62% 0.18% -
HSV(B) 52.5º 0.77% 0.29% -
XYZ 4.8 5.35 1.31 -
YUV 62.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 73 66 17 0 0.10 0.77 0.71 52.5 0.62 0.18
Hex 49 42 11 0 A 4D 47 34 3E 12
Octal 111 102 21 0 12 115 107 64 76 22
Binary 1001001 1000010 10001 0 1010 1001101 1000111 110100 111110 10010

Color Harmonies of #494211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494211

Black with #494211

Text Example


Text Example

White with #494211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494211; }

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

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

background-color css

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

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

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

border-color css

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

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

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