#493611

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

Shades of Mikado #493611

Tints of Mikado #493611

Color information

#493611 (or 0x493611) is unknown color: approx Mikado. HEX triplet: 49, 36 and 11. RGB value is (73,54,17). Sum of RGB (Red+Green+Blue) = 73+54+17=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #493611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493611 is #B6C9EE. Grayscale: #373737. Windows color (decimal): -11979247 or 1128009. OLE color: 1128009.

HSL color Cylindrical-coordinate representation of color #493611: hue angle of 39.64º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #493611 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB735417-
CMYK00.260.770.71
HSL39.64º62.22%17.65%-
HSV(B)39.64º76.71%28.63%-
XYZ4.174.11.1-
YUV55.46106.29140.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=50.69%
G=37.5%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73541700.260.770.7139.6462.2217.65
Hex49361101A4D47283e12
Octal1116621032115107507622
Binary1001001110110100010110101001101100011110100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493611; }

 p { color: rgb(73,54,17); }

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

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

 a { background-color: rgb(73,54,17); }

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

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

 span { border-color: rgb(73,54,17); }

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