Html Css Color HEX #494614 Madras

📋 copy color: '#494614'

red 73 ◦ green 70 ◦ blue 20

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

Shades of Madras #494614

Tints of Madras #494614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.94%

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

R = 44.79%
G = 42.94%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#494614 (or 0x494614) is known color: Madras. HEX triplet: 49, 46 and 14. RGB value is (73,70,20). Sum of RGB (Red+Green+Blue) = 73+70+20=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #494614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494614 is #B6B9EB. Grayscale: #414141. Windows color (decimal): -11975148 or 1328713. OLE color: 1328713.

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

Color convert

RGB 73 70 20 -
CMYK 0 0.04 0.73 0.71
HSL 56.6º 0.57% 0.18% -
HSV(B) 56.6º 0.73% 0.29% -
XYZ 5.06 5.85 1.52 -
YUV 65.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 73 70 20 0 0.04 0.73 0.71 56.6 0.57 0.18
Hex 49 46 14 0 4 49 47 39 39 12
Octal 111 106 24 0 4 111 107 71 71 22
Binary 1001001 1000110 10100 0 100 1001001 1000111 111001 111001 10010

Color Harmonies of #494614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494614

Black with #494614

Text Example


Text Example

White with #494614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494614; }

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

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

background-color css

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

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

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

border-color css

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

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

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