#493403

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

Shades of Mikado #493403

Tints of Mikado #493403

Color information

#493403 (or 0x493403) is unknown color: approx Mikado. HEX triplet: 49, 34 and 03. RGB value is (73,52,3). Sum of RGB (Red+Green+Blue) = 73+52+3=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #493403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493403 is #B6CBFC. Grayscale: #343434. Windows color (decimal): -11979773 or 209993. OLE color: 209993.

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

Color convert

RGB73523-
CMYK00.290.960.71
HSL42º92.11%14.9%-
HSV(B)42º95.89%28.63%-
XYZ3.993.880.62-
YUV52.6999.96142.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.03%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=57.03%
G=40.62%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7352300.290.960.714292.1114.9
Hex4934301D60472a5cf
Octal1116430351401075213417
Binary1001001110100110111011100000100011110101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493403; }

 p { color: rgb(73,52,3); }

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

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

 a { background-color: rgb(73,52,3); }

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

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

 span { border-color: rgb(73,52,3); }

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