Html Css Color HEX #494011 Madras

📋 copy color: '#494011'

red 73 ◦ green 64 ◦ blue 17

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

Shades of Madras #494011

Tints of Madras #494011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.56%

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

R = 47.4%
G = 41.56%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#494011 (or 0x494011) is known color: Madras. HEX triplet: 49, 40 and 11. RGB value is (73,64,17). Sum of RGB (Red+Green+Blue) = 73+64+17=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #494011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494011 is #B6BFEE. Grayscale: #3D3D3D. Windows color (decimal): -11976687 or 1130569. OLE color: 1130569.

HSL color Cylindrical-coordinate representation of color #494011: hue angle of 50.36º 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 #494011 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 64 17 -
CMYK 0 0.12 0.77 0.71
HSL 50.36º 0.62% 0.18% -
HSV(B) 50.36º 0.77% 0.29% -
XYZ 4.68 5.12 1.27 -
YUV 61.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 73 64 17 0 0.12 0.77 0.71 50.36 0.62 0.18
Hex 49 40 11 0 C 4D 47 32 3E 12
Octal 111 100 21 0 14 115 107 62 76 22
Binary 1001001 1000000 10001 0 1100 1001101 1000111 110010 111110 10010

Color Harmonies of #494011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494011

Black with #494011

Text Example


Text Example

White with #494011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494011; }

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

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

background-color css

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

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

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

border-color css

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

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

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