#493407

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

Shades of Mikado #493407

Tints of Mikado #493407

Color information

#493407 (or 0x493407) is unknown color: approx Mikado. HEX triplet: 49, 34 and 07. RGB value is (73,52,7). Sum of RGB (Red+Green+Blue) = 73+52+7=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #493407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493407 is #B6CBF8. Grayscale: #353535. Windows color (decimal): -11979769 or 472137. OLE color: 472137.

HSL color Cylindrical-coordinate representation of color #493407: hue angle of 40.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #493407 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB73527-
CMYK00.290.900.71
HSL40.91º82.5%15.69%-
HSV(B)40.91º90.41%28.63%-
XYZ4.013.890.74-
YUV53.15101.96142.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 7 (3.12% from 255) = 5.30%
R=55.30%
G=39.39%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7352700.290.900.7140.9182.515.69
Hex4934701D5A47295210
Octal1116470351321075112220
Binary100100111010011101110110110101000111101001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493407; }

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

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

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

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

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

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

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

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