Html Css Color HEX #494119 Madras

📋 copy color: '#494119'

red 73 ◦ green 65 ◦ blue 25

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

Shades of Madras #494119

Tints of Madras #494119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.88%

 BLUE value IS 25 (10.16% from 255) = 15.34%

R = 44.79%
G = 39.88%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#494119 (or 0x494119) is known color: Madras. HEX triplet: 49, 41 and 19. RGB value is (73,65,25). Sum of RGB (Red+Green+Blue) = 73+65+25=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #494119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494119 is #B6BEE6. Grayscale: #3F3F3F. Windows color (decimal): -11976423 or 1655113. OLE color: 1655113.

HSL color Cylindrical-coordinate representation of color #494119: hue angle of 50º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #494119 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 25 -
CMYK 0 0.11 0.66 0.71
HSL 50º 0.49% 0.19% -
HSV(B) 50º 0.66% 0.29% -
XYZ 4.81 5.27 1.68 -
YUV 62.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 73 65 25 0 0.11 0.66 0.71 50 0.49 0.19
Hex 49 41 19 0 B 42 47 32 31 13
Octal 111 101 31 0 13 102 107 62 61 23
Binary 1001001 1000001 11001 0 1011 1000010 1000111 110010 110001 10011

Color Harmonies of #494119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494119

Black with #494119

Text Example


Text Example

White with #494119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494119; }

 p { color: rgb(73,65,25); }

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

background-color css

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

 a { background-color: rgb(73,65,25); }

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

border-color css

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

 span { border-color: rgb(73,65,25); }

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