Html Css Color HEX #494619 Madras

📋 copy color: '#494619'

red 73 ◦ green 70 ◦ blue 25

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

Shades of Madras #494619

Tints of Madras #494619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.67%

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

R = 43.45%
G = 41.67%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#494619 (or 0x494619) is known color: Madras. HEX triplet: 49, 46 and 19. RGB value is (73,70,25). Sum of RGB (Red+Green+Blue) = 73+70+25=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #494619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494619 is #B6B9E6. Grayscale: #414141. Windows color (decimal): -11975143 or 1656393. OLE color: 1656393.

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

Color convert

RGB 73 70 25 -
CMYK 0 0.04 0.66 0.71
HSL 56.25º 0.49% 0.19% -
HSV(B) 56.25º 0.66% 0.29% -
XYZ 5.11 5.87 1.78 -
YUV 65.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 73 70 25 0 0.04 0.66 0.71 56.25 0.49 0.19
Hex 49 46 19 0 4 42 47 38 31 13
Octal 111 106 31 0 4 102 107 70 61 23
Binary 1001001 1000110 11001 0 100 1000010 1000111 111000 110001 10011

Color Harmonies of #494619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494619

Black with #494619

Text Example


Text Example

White with #494619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494619; }

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

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

background-color css

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

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

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

border-color css

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

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

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