#493A00

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

Shades of Madras #493A00

Tints of Madras #493A00

Color information

#493A00 (or 0x493A00) is unknown color: approx Madras. HEX triplet: 49, 3A and 00. RGB value is (73,58,0). Sum of RGB (Red+Green+Blue) = 73+58+0=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #493A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493A00 is #B6C5FF. Grayscale: #383838. Windows color (decimal): -11978240 or 14921. OLE color: 14921.

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

Color convert

RGB73580-
CMYK00.2110.71
HSL47.67º100%14.31%-
HSV(B)47.67º100%28.63%-
XYZ4.264.440.63-
YUV55.8796.47140.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.73%
GREEN value IS 58 (23.05% from 255) = 44.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.73%
G=44.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7358000.2110.7147.6710014.31
Hex493A001564473064e
Octal1117200251441076014416
Binary100100111101000101011100100100011111000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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