#493B12

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

Shades of Madras #493B12

Tints of Madras #493B12

Color information

#493B12 (or 0x493B12) is unknown color: approx Madras. HEX triplet: 49, 3B and 12. RGB value is (73,59,18). Sum of RGB (Red+Green+Blue) = 73+59+18=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #493B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493B12 is #B6C4ED. Grayscale: #3A3A3A. Windows color (decimal): -11977966 or 1194825. OLE color: 1194825.

HSL color Cylindrical-coordinate representation of color #493B12: hue angle of 44.73º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #493B12 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB735918-
CMYK00.190.750.71
HSL44.73º60.44%17.84%-
HSV(B)44.73º75.34%28.63%-
XYZ4.424.591.22-
YUV58.51105.14138.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 59 (23.44% from 255) = 39.33%
BLUE value IS 18 (7.42% from 255) = 12%
R=48.67%
G=39.33%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73591800.190.750.7144.7360.4417.84
Hex493B120134B472d3c12
Octal1117322023113107557422
Binary1001001111011100100100111001011100011110110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,59,18); }

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

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

 a { background-color: rgb(73,59,18); }

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

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

 span { border-color: rgb(73,59,18); }

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