#493406

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

Shades of Mikado #493406

Tints of Mikado #493406

Color information

#493406 (or 0x493406) is unknown color: approx Mikado. HEX triplet: 49, 34 and 06. RGB value is (73,52,6). Sum of RGB (Red+Green+Blue) = 73+52+6=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #493406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493406 is #B6CBF9. Grayscale: #353535. Windows color (decimal): -11979770 or 406601. OLE color: 406601.

HSL color Cylindrical-coordinate representation of color #493406: hue angle of 41.19º 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 #493406 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB73526-
CMYK00.290.920.71
HSL41.19º84.81%15.49%-
HSV(B)41.19º91.78%28.63%-
XYZ4.013.890.71-
YUV53.04101.46142.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.73%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 6 (2.73% from 255) = 4.58%
R=55.73%
G=39.69%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7352600.290.920.7141.1984.8115.49
Hex4934601D5C472955f
Octal1116460351341075112517
Binary10010011101001100111011011100100011110100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493406; }

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

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

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

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

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

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

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

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