#493301

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

Shades of Mikado #493301

Tints of Mikado #493301

Color information

#493301 (or 0x493301) is unknown color: approx Mikado. HEX triplet: 49, 33 and 01. RGB value is (73,51,1). Sum of RGB (Red+Green+Blue) = 73+51+1=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #493301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493301 is #B6CCFE. Grayscale: #343434. Windows color (decimal): -11980031 or 78665. OLE color: 78665.

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

Color convert

RGB73511-
CMYK00.300.990.71
HSL41.67º97.3%14.51%-
HSV(B)41.67º98.63%28.63%-
XYZ3.943.790.55-
YUV51.8899.29143.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 51 (20.31% from 255) = 40.8%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=58.4%
G=40.8%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7351100.300.990.7141.6797.314.51
Hex4933101E63472a61f
Octal1116310361431075214117
Binary100100111001110111101100011100011110101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493301; }

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

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

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

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

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

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

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

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