Html Css Color HEX #494219 Madras

📋 copy color: '#494219'

red 73 ◦ green 66 ◦ blue 25

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

Shades of Madras #494219

Tints of Madras #494219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.24%

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

R = 44.51%
G = 40.24%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#494219 (or 0x494219) is known color: Madras. HEX triplet: 49, 42 and 19. RGB value is (73,66,25). Sum of RGB (Red+Green+Blue) = 73+66+25=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #494219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494219 is #B6BDE6. Grayscale: #3F3F3F. Windows color (decimal): -11976167 or 1655369. OLE color: 1655369.

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

Color convert

RGB 73 66 25 -
CMYK 0 0.10 0.66 0.71
HSL 51.25º 0.49% 0.19% -
HSV(B) 51.25º 0.66% 0.29% -
XYZ 4.87 5.38 1.7 -
YUV 63.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 73 66 25 0 0.10 0.66 0.71 51.25 0.49 0.19
Hex 49 42 19 0 A 42 47 33 31 13
Octal 111 102 31 0 12 102 107 63 61 23
Binary 1001001 1000010 11001 0 1010 1000010 1000111 110011 110001 10011

Color Harmonies of #494219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494219

Black with #494219

Text Example


Text Example

White with #494219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494219; }

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

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

background-color css

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

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

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

border-color css

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

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

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