Html Css Color HEX #494216 Madras

📋 copy color: '#494216'

red 73 ◦ green 66 ◦ blue 22

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

Shades of Madras #494216

Tints of Madras #494216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.99%

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

R = 45.34%
G = 40.99%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#494216 (or 0x494216) is known color: Madras. HEX triplet: 49, 42 and 16. RGB value is (73,66,22). Sum of RGB (Red+Green+Blue) = 73+66+22=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #494216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494216 is #B6BDE9. Grayscale: #3F3F3F. Windows color (decimal): -11976170 or 1458761. OLE color: 1458761.

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

Color convert

RGB 73 66 22 -
CMYK 0 0.10 0.70 0.71
HSL 51.76º 0.54% 0.19% -
HSV(B) 51.76º 0.7% 0.29% -
XYZ 4.84 5.37 1.54 -
YUV 63.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 73 66 22 0 0.10 0.70 0.71 51.76 0.54 0.19
Hex 49 42 16 0 A 46 47 34 36 13
Octal 111 102 26 0 12 106 107 64 66 23
Binary 1001001 1000010 10110 0 1010 1000110 1000111 110100 110110 10011

Color Harmonies of #494216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494216

Black with #494216

Text Example


Text Example

White with #494216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494216; }

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

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

background-color css

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

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

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

border-color css

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

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

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