Html Css Color HEX #494009 Madras

📋 copy color: '#494009'

red 73 ◦ green 64 ◦ blue 9

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

Shades of Madras #494009

Tints of Madras #494009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.16%

R = 50%
G = 43.84%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#494009 (or 0x494009) is known color: Madras. HEX triplet: 49, 40 and 09. RGB value is (73,64,9). Sum of RGB (Red+Green+Blue) = 73+64+9=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #494009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494009 is #B6BFF6. Grayscale: #3C3C3C. Windows color (decimal): -11976695 or 606281. OLE color: 606281.

HSL color Cylindrical-coordinate representation of color #494009: hue angle of 51.56º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #494009 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 64 9 -
CMYK 0 0.12 0.88 0.71
HSL 51.56º 0.78% 0.16% -
HSV(B) 51.56º 0.88% 0.29% -
XYZ 4.63 5.1 1 -
YUV 60.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 73 64 9 0 0.12 0.88 0.71 51.56 0.78 0.16
Hex 49 40 9 0 C 58 47 34 4E 10
Octal 111 100 11 0 14 130 107 64 116 20
Binary 1001001 1000000 1001 0 1100 1011000 1000111 110100 1001110 10000

Color Harmonies of #494009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494009

Black with #494009

Text Example


Text Example

White with #494009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494009; }

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

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

background-color css

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

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

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

border-color css

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

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

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