#493102

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

Shades of Mikado #493102

Tints of Mikado #493102

Color information

#493102 (or 0x493102) is unknown color: approx Mikado. HEX triplet: 49, 31 and 02. RGB value is (73,49,2). Sum of RGB (Red+Green+Blue) = 73+49+2=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #493102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493102 is #B6CEFD. Grayscale: #333333. Windows color (decimal): -11980542 or 143689. OLE color: 143689.

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

Color convert

RGB73492-
CMYK00.330.970.71
HSL39.72º94.67%14.71%-
HSV(B)39.72º97.26%28.63%-
XYZ3.863.620.55-
YUV50.82100.45143.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=58.87%
G=39.52%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7349200.330.970.7139.7294.6714.71
Hex493120216147285ff
Octal1116120411411075013717
Binary10010011100011001000011100001100011110100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493102; }

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

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

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

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

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

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

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

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