#493A02

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

Shades of Madras #493A02

Tints of Madras #493A02

Color information

#493A02 (or 0x493A02) is unknown color: approx Madras. HEX triplet: 49, 3A and 02. RGB value is (73,58,2). Sum of RGB (Red+Green+Blue) = 73+58+2=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #493A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A02 is #B6C5FD. Grayscale: #383838. Windows color (decimal): -11978238 or 145993. OLE color: 145993.

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

Color convert

RGB73582-
CMYK00.210.970.71
HSL47.32º94.67%14.71%-
HSV(B)47.32º97.26%28.63%-
XYZ4.274.450.69-
YUV56.197.47140.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 58 (23.05% from 255) = 43.61%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=54.89%
G=43.61%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7358200.210.970.7147.3294.6714.71
Hex493A201561472f5ff
Octal1117220251411075713717
Binary1001001111010100101011100001100011110111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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