Html Css Color HEX #494112 Madras

📋 copy color: '#494112'

red 73 ◦ green 65 ◦ blue 18

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

Shades of Madras #494112

Tints of Madras #494112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.67%

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

R = 46.79%
G = 41.67%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#494112 (or 0x494112) is known color: Madras. HEX triplet: 49, 41 and 12. RGB value is (73,65,18). Sum of RGB (Red+Green+Blue) = 73+65+18=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #494112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494112 is #B6BEED. Grayscale: #3E3E3E. Windows color (decimal): -11976430 or 1196361. OLE color: 1196361.

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

Color convert

RGB 73 65 18 -
CMYK 0 0.11 0.75 0.71
HSL 51.27º 0.6% 0.18% -
HSV(B) 51.27º 0.75% 0.29% -
XYZ 4.75 5.24 1.33 -
YUV 62.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 73 65 18 0 0.11 0.75 0.71 51.27 0.6 0.18
Hex 49 41 12 0 B 4B 47 33 3C 12
Octal 111 101 22 0 13 113 107 63 74 22
Binary 1001001 1000001 10010 0 1011 1001011 1000111 110011 111100 10010

Color Harmonies of #494112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494112

Black with #494112

Text Example


Text Example

White with #494112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494112; }

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

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

background-color css

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

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

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

border-color css

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

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

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