Html Css Color HEX #494019 Madras

📋 copy color: '#494019'

red 73 ◦ green 64 ◦ blue 25

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

Shades of Madras #494019

Tints of Madras #494019

RGB

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

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

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

R = 45.06%
G = 39.51%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#494019 (or 0x494019) is known color: Madras. HEX triplet: 49, 40 and 19. RGB value is (73,64,25). Sum of RGB (Red+Green+Blue) = 73+64+25=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #494019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494019 is #B6BFE6. Grayscale: #3E3E3E. Windows color (decimal): -11976679 or 1654857. OLE color: 1654857.

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

Color convert

RGB 73 64 25 -
CMYK 0 0.12 0.66 0.71
HSL 48.75º 0.49% 0.19% -
HSV(B) 48.75º 0.66% 0.29% -
XYZ 4.76 5.15 1.66 -
YUV 62.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 73 64 25 0 0.12 0.66 0.71 48.75 0.49 0.19
Hex 49 40 19 0 C 42 47 31 31 13
Octal 111 100 31 0 14 102 107 61 61 23
Binary 1001001 1000000 11001 0 1100 1000010 1000111 110001 110001 10011

Color Harmonies of #494019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494019

Black with #494019

Text Example


Text Example

White with #494019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494019; }

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

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

background-color css

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

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

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

border-color css

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

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

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