Html Css Color HEX #494611 Madras

📋 copy color: '#494611'

red 73 ◦ green 70 ◦ blue 17

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

Shades of Madras #494611

Tints of Madras #494611

RGB

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

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

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

R = 45.63%
G = 43.75%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#494611 (or 0x494611) is known color: Madras. HEX triplet: 49, 46 and 11. RGB value is (73,70,17). Sum of RGB (Red+Green+Blue) = 73+70+17=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #494611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494611 is #B6B9EE. Grayscale: #414141. Windows color (decimal): -11975151 or 1132105. OLE color: 1132105.

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

Color convert

RGB 73 70 17 -
CMYK 0 0.04 0.77 0.71
HSL 56.79º 0.62% 0.18% -
HSV(B) 56.79º 0.77% 0.29% -
XYZ 5.04 5.84 1.39 -
YUV 64.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 73 70 17 0 0.04 0.77 0.71 56.79 0.62 0.18
Hex 49 46 11 0 4 4D 47 39 3E 12
Octal 111 106 21 0 4 115 107 71 76 22
Binary 1001001 1000110 10001 0 100 1001101 1000111 111001 111110 10010

Color Harmonies of #494611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494611

Black with #494611

Text Example


Text Example

White with #494611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494611; }

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

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

background-color css

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

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

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

border-color css

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

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

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