#493306

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

Shades of Mikado #493306

Tints of Mikado #493306

Color information

#493306 (or 0x493306) is unknown color: approx Mikado. HEX triplet: 49, 33 and 06. RGB value is (73,51,6). Sum of RGB (Red+Green+Blue) = 73+51+6=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #493306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493306 is #B6CCF9. Grayscale: #343434. Windows color (decimal): -11980026 or 406345. OLE color: 406345.

HSL color Cylindrical-coordinate representation of color #493306: hue angle of 40.3º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #493306 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB73516-
CMYK00.300.920.71
HSL40.3º84.81%15.49%-
HSV(B)40.3º91.78%28.63%-
XYZ3.963.80.7-
YUV52.45101.79142.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=56.15%
G=39.23%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7351600.300.920.7140.384.8115.49
Hex4933601E5C472855f
Octal1116360361341075012517
Binary10010011100111100111101011100100011110100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493306; }

 p { color: rgb(73,51,6); }

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

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

 a { background-color: rgb(73,51,6); }

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

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

 span { border-color: rgb(73,51,6); }

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