Html Css Color HEX #494109 Madras

📋 copy color: '#494109'

red 73 ◦ green 65 ◦ blue 9

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

Shades of Madras #494109

Tints of Madras #494109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.22%

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

R = 49.66%
G = 44.22%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#494109 (or 0x494109) is known color: Madras. HEX triplet: 49, 41 and 09. RGB value is (73,65,9). Sum of RGB (Red+Green+Blue) = 73+65+9=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #494109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494109 is #B6BEF6. Grayscale: #3D3D3D. Windows color (decimal): -11976439 or 606537. OLE color: 606537.

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

Color convert

RGB 73 65 9 -
CMYK 0 0.11 0.88 0.71
HSL 52.5º 0.78% 0.16% -
HSV(B) 52.5º 0.88% 0.29% -
XYZ 4.69 5.22 1.02 -
YUV 61.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 73 65 9 0 0.11 0.88 0.71 52.5 0.78 0.16
Hex 49 41 9 0 B 58 47 34 4E 10
Octal 111 101 11 0 13 130 107 64 116 20
Binary 1001001 1000001 1001 0 1011 1011000 1000111 110100 1001110 10000

Color Harmonies of #494109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494109

Black with #494109

Text Example


Text Example

White with #494109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494109; }

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

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

background-color css

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

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

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

border-color css

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

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

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