#493303

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

Shades of Mikado #493303

Tints of Mikado #493303

Color information

#493303 (or 0x493303) is unknown color: approx Mikado. HEX triplet: 49, 33 and 03. RGB value is (73,51,3). Sum of RGB (Red+Green+Blue) = 73+51+3=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #493303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493303 is #B6CCFC. Grayscale: #343434. Windows color (decimal): -11980029 or 209737. OLE color: 209737.

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

Color convert

RGB73513-
CMYK00.300.960.71
HSL41.14º92.11%14.9%-
HSV(B)41.14º95.89%28.63%-
XYZ3.953.790.61-
YUV52.11100.29142.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 51 (20.31% from 255) = 40.16%
BLUE value IS 3 (1.56% from 255) = 2.36%
R=57.48%
G=40.16%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7351300.300.960.7141.1492.1114.9
Hex4933301E6047295cf
Octal1116330361401075113417
Binary1001001110011110111101100000100011110100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493303; }

 p { color: rgb(73,51,3); }

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

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

 a { background-color: rgb(73,51,3); }

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

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

 span { border-color: rgb(73,51,3); }

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