#493200

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

Shades of Mikado #493200

Tints of Mikado #493200

Color information

#493200 (or 0x493200) is unknown color: approx Mikado. HEX triplet: 49, 32 and 00. RGB value is (73,50,0). Sum of RGB (Red+Green+Blue) = 73+50+0=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #493200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493200 is #B6CDFF. Grayscale: #333333. Windows color (decimal): -11980288 or 12873. OLE color: 12873.

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

Color convert

RGB73500-
CMYK00.3210.71
HSL41.1º100%14.31%-
HSV(B)41.1º100%28.63%-
XYZ3.893.70.51-
YUV51.1899.12143.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.35%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.35%
G=40.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7350000.3210.7141.110014.31
Hex4932002064472964e
Octal1116200401441075114416
Binary1001001110010001000001100100100011110100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493200; }

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

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

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

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

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

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

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

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