Html Css Color HEX #494416 Madras

📋 copy color: '#494416'

red 73 ◦ green 68 ◦ blue 22

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

Shades of Madras #494416

Tints of Madras #494416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 44.79%
G = 41.72%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#494416 (or 0x494416) is known color: Madras. HEX triplet: 49, 44 and 16. RGB value is (73,68,22). Sum of RGB (Red+Green+Blue) = 73+68+22=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #494416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494416 is #B6BBE9. Grayscale: #404040. Windows color (decimal): -11975658 or 1459273. OLE color: 1459273.

HSL color Cylindrical-coordinate representation of color #494416: hue angle of 54.12º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #494416 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 68 22 -
CMYK 0 0.07 0.70 0.71
HSL 54.12º 0.54% 0.19% -
HSV(B) 54.12º 0.7% 0.29% -
XYZ 4.96 5.61 1.58 -
YUV 64.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 73 68 22 0 0.07 0.70 0.71 54.12 0.54 0.19
Hex 49 44 16 0 7 46 47 36 36 13
Octal 111 104 26 0 7 106 107 66 66 23
Binary 1001001 1000100 10110 0 111 1000110 1000111 110110 110110 10011

Color Harmonies of #494416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494416

Black with #494416

Text Example


Text Example

White with #494416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494416; }

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

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

background-color css

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

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

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

border-color css

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

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

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