Html Css Color HEX #494313 Madras

📋 copy color: '#494313'

red 73 ◦ green 67 ◦ blue 19

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

Shades of Madras #494313

Tints of Madras #494313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.14%

 BLUE value IS 19 (7.81% from 255) = 11.95%

R = 45.91%
G = 42.14%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#494313 (or 0x494313) is known color: Madras. HEX triplet: 49, 43 and 13. RGB value is (73,67,19). Sum of RGB (Red+Green+Blue) = 73+67+19=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #494313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494313 is #B6BCEC. Grayscale: #3F3F3F. Windows color (decimal): -11975917 or 1262409. OLE color: 1262409.

HSL color Cylindrical-coordinate representation of color #494313: hue angle of 53.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #494313 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 67 19 -
CMYK 0 0.08 0.74 0.71
HSL 53.33º 0.59% 0.18% -
HSV(B) 53.33º 0.74% 0.29% -
XYZ 4.87 5.48 1.42 -
YUV 63.32 102.99 134.9 -
System Red Green Blue C M Y K H S L
Decimal 73 67 19 0 0.08 0.74 0.71 53.33 0.59 0.18
Hex 49 43 13 0 8 4A 47 35 3B 12
Octal 111 103 23 0 10 112 107 65 73 22
Binary 1001001 1000011 10011 0 1000 1001010 1000111 110101 111011 10010

Color Harmonies of #494313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494313

Black with #494313

Text Example


Text Example

White with #494313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494313; }

 p { color: rgb(73,67,19); }

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

background-color css

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

 a { background-color: rgb(73,67,19); }

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

border-color css

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

 span { border-color: rgb(73,67,19); }

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