Html Css Color HEX #494515 Madras

📋 copy color: '#494515'

red 73 ◦ green 69 ◦ blue 21

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

Shades of Madras #494515

Tints of Madras #494515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.33%

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

R = 44.79%
G = 42.33%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#494515 (or 0x494515) is known color: Madras. HEX triplet: 49, 45 and 15. RGB value is (73,69,21). Sum of RGB (Red+Green+Blue) = 73+69+21=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #494515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494515 is #B6BAEA. Grayscale: #404040. Windows color (decimal): -11975403 or 1393993. OLE color: 1393993.

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

Color convert

RGB 73 69 21 -
CMYK 0 0.05 0.71 0.71
HSL 55.38º 0.55% 0.18% -
HSV(B) 55.38º 0.71% 0.29% -
XYZ 5.01 5.73 1.55 -
YUV 64.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 73 69 21 0 0.05 0.71 0.71 55.38 0.55 0.18
Hex 49 45 15 0 5 47 47 37 37 12
Octal 111 105 25 0 5 107 107 67 67 22
Binary 1001001 1000101 10101 0 101 1000111 1000111 110111 110111 10010

Color Harmonies of #494515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494515

Black with #494515

Text Example


Text Example

White with #494515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494515; }

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

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

background-color css

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

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

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

border-color css

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

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

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