Html Css Color HEX #494615 Madras

📋 copy color: '#494615'

red 73 ◦ green 70 ◦ blue 21

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

Shades of Madras #494615

Tints of Madras #494615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.8%

R = 44.51%
G = 42.68%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#494615 (or 0x494615) is known color: Madras. HEX triplet: 49, 46 and 15. RGB value is (73,70,21). Sum of RGB (Red+Green+Blue) = 73+70+21=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #494615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494615 is #B6B9EA. Grayscale: #414141. Windows color (decimal): -11975147 or 1394249. OLE color: 1394249.

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

Color convert

RGB 73 70 21 -
CMYK 0 0.04 0.71 0.71
HSL 56.54º 0.55% 0.18% -
HSV(B) 56.54º 0.71% 0.29% -
XYZ 5.07 5.85 1.57 -
YUV 65.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 73 70 21 0 0.04 0.71 0.71 56.54 0.55 0.18
Hex 49 46 15 0 4 47 47 39 37 12
Octal 111 106 25 0 4 107 107 71 67 22
Binary 1001001 1000110 10101 0 100 1000111 1000111 111001 110111 10010

Color Harmonies of #494615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494615

Black with #494615

Text Example


Text Example

White with #494615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494615; }

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

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

background-color css

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

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

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

border-color css

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

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

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