#493402

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

Shades of Mikado #493402

Tints of Mikado #493402

Color information

#493402 (or 0x493402) is unknown color: approx Mikado. HEX triplet: 49, 34 and 02. RGB value is (73,52,2). Sum of RGB (Red+Green+Blue) = 73+52+2=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #493402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493402 is #B6CBFD. Grayscale: #343434. Windows color (decimal): -11979774 or 144457. OLE color: 144457.

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

Color convert

RGB73522-
CMYK00.290.970.71
HSL42.25º94.67%14.71%-
HSV(B)42.25º97.26%28.63%-
XYZ3.993.880.6-
YUV52.5899.46142.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=57.48%
G=40.94%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7352200.290.970.7142.2594.6714.71
Hex4934201D61472a5ff
Octal1116420351411075213717
Binary1001001110100100111011100001100011110101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493402; }

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

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

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

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

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

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

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

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