#493201

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

Shades of Mikado #493201

Tints of Mikado #493201

Color information

#493201 (or 0x493201) is unknown color: approx Mikado. HEX triplet: 49, 32 and 01. RGB value is (73,50,1). Sum of RGB (Red+Green+Blue) = 73+50+1=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #493201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493201 is #B6CDFE. Grayscale: #333333. Windows color (decimal): -11980287 or 78409. OLE color: 78409.

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

Color convert

RGB73501-
CMYK00.320.990.71
HSL40.83º97.3%14.51%-
HSV(B)40.83º98.63%28.63%-
XYZ3.893.70.54-
YUV51.2999.62143.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=58.87%
G=40.32%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7350100.320.990.7140.8397.314.51
Hex4932102063472961f
Octal1116210401431075114117
Binary1001001110010101000001100011100011110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493201; }

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

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

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

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

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

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

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

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