#493100

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

Shades of Mikado #493100

Tints of Mikado #493100

Color information

#493100 (or 0x493100) is unknown color: approx Mikado. HEX triplet: 49, 31 and 00. RGB value is (73,49,0). Sum of RGB (Red+Green+Blue) = 73+49+0=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #493100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493100 is #B6CEFF. Grayscale: #323232. Windows color (decimal): -11980544 or 12617. OLE color: 12617.

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

Color convert

RGB73490-
CMYK00.3310.71
HSL40.27º100%14.31%-
HSV(B)40.27º100%28.63%-
XYZ3.853.610.49-
YUV50.5999.45143.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.84%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.84%
G=40.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7349000.3310.7140.2710014.31
Hex4931002164472864e
Octal1116100411441075014416
Binary1001001110001001000011100100100011110100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493100; }

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

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

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

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

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

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

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

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