#493A04

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

Shades of Madras #493A04

Tints of Madras #493A04

Color information

#493A04 (or 0x493A04) is unknown color: approx Madras. HEX triplet: 49, 3A and 04. RGB value is (73,58,4). Sum of RGB (Red+Green+Blue) = 73+58+4=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #493A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A04 is #B6C5FB. Grayscale: #383838. Windows color (decimal): -11978236 or 277065. OLE color: 277065.

HSL color Cylindrical-coordinate representation of color #493A04: hue angle of 46.96º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #493A04 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB73584-
CMYK00.210.950.71
HSL46.96º89.61%15.1%-
HSV(B)46.96º94.52%28.63%-
XYZ4.284.450.75-
YUV56.3398.47139.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=54.07%
G=42.96%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7358400.210.950.7146.9689.6115.1
Hex493A40155F472f5af
Octal1117240251371075713217
Binary10010011110101000101011011111100011110111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A04; }

 p { color: rgb(73,58,4); }

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

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

 a { background-color: rgb(73,58,4); }

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

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

 span { border-color: rgb(73,58,4); }

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