Html Css Color HEX #494015 Madras

📋 copy color: '#494015'

red 73 ◦ green 64 ◦ blue 21

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

Shades of Madras #494015

Tints of Madras #494015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.51%

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

R = 46.2%
G = 40.51%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#494015 (or 0x494015) is known color: Madras. HEX triplet: 49, 40 and 15. RGB value is (73,64,21). Sum of RGB (Red+Green+Blue) = 73+64+21=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #494015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494015 is #B6BFEA. Grayscale: #3D3D3D. Windows color (decimal): -11976683 or 1392713. OLE color: 1392713.

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

Color convert

RGB 73 64 21 -
CMYK 0 0.12 0.71 0.71
HSL 49.62º 0.55% 0.18% -
HSV(B) 49.62º 0.71% 0.29% -
XYZ 4.72 5.14 1.45 -
YUV 61.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 73 64 21 0 0.12 0.71 0.71 49.62 0.55 0.18
Hex 49 40 15 0 C 47 47 32 37 12
Octal 111 100 25 0 14 107 107 62 67 22
Binary 1001001 1000000 10101 0 1100 1000111 1000111 110010 110111 10010

Color Harmonies of #494015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494015

Black with #494015

Text Example


Text Example

White with #494015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494015; }

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

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

background-color css

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

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

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

border-color css

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

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

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