Html Css Color HEX #494419 Madras

📋 copy color: '#494419'

red 73 ◦ green 68 ◦ blue 25

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

Shades of Madras #494419

Tints of Madras #494419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.96%

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

R = 43.98%
G = 40.96%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#494419 (or 0x494419) is known color: Madras. HEX triplet: 49, 44 and 19. RGB value is (73,68,25). Sum of RGB (Red+Green+Blue) = 73+68+25=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #494419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494419 is #B6BBE6. Grayscale: #404040. Windows color (decimal): -11975655 or 1655881. OLE color: 1655881.

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

Color convert

RGB 73 68 25 -
CMYK 0 0.07 0.66 0.71
HSL 53.75º 0.49% 0.19% -
HSV(B) 53.75º 0.66% 0.29% -
XYZ 4.99 5.62 1.74 -
YUV 64.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 73 68 25 0 0.07 0.66 0.71 53.75 0.49 0.19
Hex 49 44 19 0 7 42 47 36 31 13
Octal 111 104 31 0 7 102 107 66 61 23
Binary 1001001 1000100 11001 0 111 1000010 1000111 110110 110001 10011

Color Harmonies of #494419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494419

Black with #494419

Text Example


Text Example

White with #494419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494419; }

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

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

background-color css

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

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

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

border-color css

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

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

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