#494308

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

Shades of Madras #494308

Tints of Madras #494308

Color information

#494308 (or 0x494308) is unknown color: approx Madras. HEX triplet: 49, 43 and 08. RGB value is (73,67,8). Sum of RGB (Red+Green+Blue) = 73+67+8=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #494308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494308 is #B6BCF7. Grayscale: #3E3E3E. Windows color (decimal): -11975928 or 541513. OLE color: 541513.

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

Color convert

RGB73678-
CMYK00.080.890.71
HSL54.46º80.25%15.88%-
HSV(B)54.46º89.04%28.63%-
XYZ4.85.451.03-
YUV62.0797.49135.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 67 (26.56% from 255) = 45.27%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=49.32%
G=45.27%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7367800.080.890.7154.4680.2515.88
Hex49438085947365010
Octal111103100101311076612020
Binary1001001100001110000100010110011000111110110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494308; }

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

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

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

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

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

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

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

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