Html Css Color HEX #494414 Madras

📋 copy color: '#494414'

red 73 ◦ green 68 ◦ blue 20

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

Shades of Madras #494414

Tints of Madras #494414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.24%

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 45.34%
G = 42.24%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#494414 (or 0x494414) is known color: Madras. HEX triplet: 49, 44 and 14. RGB value is (73,68,20). Sum of RGB (Red+Green+Blue) = 73+68+20=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #494414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494414 is #B6BBEB. Grayscale: #404040. Windows color (decimal): -11975660 or 1328201. OLE color: 1328201.

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

Color convert

RGB 73 68 20 -
CMYK 0 0.07 0.73 0.71
HSL 54.34º 0.57% 0.18% -
HSV(B) 54.34º 0.73% 0.29% -
XYZ 4.94 5.6 1.48 -
YUV 64.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 73 68 20 0 0.07 0.73 0.71 54.34 0.57 0.18
Hex 49 44 14 0 7 49 47 36 39 12
Octal 111 104 24 0 7 111 107 66 71 22
Binary 1001001 1000100 10100 0 111 1001001 1000111 110110 111001 10010

Color Harmonies of #494414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494414

Black with #494414

Text Example


Text Example

White with #494414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494414; }

 p { color: rgb(73,68,20); }

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

background-color css

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

 a { background-color: rgb(73,68,20); }

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

border-color css

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

 span { border-color: rgb(73,68,20); }

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