#494408

Color #494408 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #494408

Tints of Madras #494408

Color information

#494408 (or 0x494408) is unknown color: approx Madras. HEX triplet: 49, 44 and 08. RGB value is (73,68,8). Sum of RGB (Red+Green+Blue) = 73+68+8=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #494408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494408 is #B6BBF7. Grayscale: #3E3E3E. Windows color (decimal): -11975672 or 541769. OLE color: 541769.

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

Color convert

RGB73688-
CMYK00.070.890.71
HSL55.38º80.25%15.88%-
HSV(B)55.38º89.04%28.63%-
XYZ4.865.571.05-
YUV62.6597.16135.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.99%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 8 (3.52% from 255) = 5.37%
R=48.99%
G=45.64%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7368800.070.890.7155.3880.2515.88
Hex49448075947375010
Octal11110410071311076712020
Binary100100110001001000011110110011000111110111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494408; }

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

 H1.HeaderClassName
 {
   color: #494408;
 }
 .AnyTagClassName
 {
   color: #494408;
 }
</style>
background-color css

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

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

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

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

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

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