Html Css Color HEX #494209 Madras

📋 copy color: '#494209'

red 73 ◦ green 66 ◦ blue 9

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

Shades of Madras #494209

Tints of Madras #494209

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.59%

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

R = 49.32%
G = 44.59%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#494209 (or 0x494209) is known color: Madras. HEX triplet: 49, 42 and 09. RGB value is (73,66,9). Sum of RGB (Red+Green+Blue) = 73+66+9=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #494209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494209 is #B6BDF6. Grayscale: #3D3D3D. Windows color (decimal): -11976183 or 606793. OLE color: 606793.

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

Color convert

RGB 73 66 9 -
CMYK 0 0.10 0.88 0.71
HSL 53.44º 0.78% 0.16% -
HSV(B) 53.44º 0.88% 0.29% -
XYZ 4.75 5.33 1.04 -
YUV 61.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 73 66 9 0 0.10 0.88 0.71 53.44 0.78 0.16
Hex 49 42 9 0 A 58 47 35 4E 10
Octal 111 102 11 0 12 130 107 65 116 20
Binary 1001001 1000010 1001 0 1010 1011000 1000111 110101 1001110 10000

Color Harmonies of #494209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494209

Black with #494209

Text Example


Text Example

White with #494209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494209; }

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

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

background-color css

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

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

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

border-color css

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

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

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