Html Css Color HEX #494012 Madras

📋 copy color: '#494012'

red 73 ◦ green 64 ◦ blue 18

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

Shades of Madras #494012

Tints of Madras #494012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.61%

R = 47.1%
G = 41.29%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#494012 (or 0x494012) is known color: Madras. HEX triplet: 49, 40 and 12. RGB value is (73,64,18). Sum of RGB (Red+Green+Blue) = 73+64+18=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #494012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494012 is #B6BFED. Grayscale: #3D3D3D. Windows color (decimal): -11976686 or 1196105. OLE color: 1196105.

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

Color convert

RGB 73 64 18 -
CMYK 0 0.12 0.75 0.71
HSL 50.18º 0.6% 0.18% -
HSV(B) 50.18º 0.75% 0.29% -
XYZ 4.69 5.13 1.31 -
YUV 61.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 73 64 18 0 0.12 0.75 0.71 50.18 0.6 0.18
Hex 49 40 12 0 C 4B 47 32 3C 12
Octal 111 100 22 0 14 113 107 62 74 22
Binary 1001001 1000000 10010 0 1100 1001011 1000111 110010 111100 10010

Color Harmonies of #494012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494012

Black with #494012

Text Example


Text Example

White with #494012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494012; }

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

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

background-color css

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

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

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

border-color css

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

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

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