Html Css Color HEX #494409 Madras

📋 copy color: '#494409'

red 73 ◦ green 68 ◦ blue 9

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

Shades of Madras #494409

Tints of Madras #494409

RGB

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

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

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

R = 48.67%
G = 45.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#494409 (or 0x494409) is known color: Madras. HEX triplet: 49, 44 and 09. RGB value is (73,68,9). Sum of RGB (Red+Green+Blue) = 73+68+9=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #494409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494409 is #B6BBF6. Grayscale: #3F3F3F. Windows color (decimal): -11975671 or 607305. OLE color: 607305.

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

Color convert

RGB 73 68 9 -
CMYK 0 0.07 0.88 0.71
HSL 55.31º 0.78% 0.16% -
HSV(B) 55.31º 0.88% 0.29% -
XYZ 4.86 5.57 1.08 -
YUV 62.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 73 68 9 0 0.07 0.88 0.71 55.31 0.78 0.16
Hex 49 44 9 0 7 58 47 37 4E 10
Octal 111 104 11 0 7 130 107 67 116 20
Binary 1001001 1000100 1001 0 111 1011000 1000111 110111 1001110 10000

Color Harmonies of #494409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494409

Black with #494409

Text Example


Text Example

White with #494409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494409; }

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

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

background-color css

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

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

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

border-color css

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

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

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