#493713

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

Shades of Mikado #493713

Tints of Mikado #493713

Color information

#493713 (or 0x493713) is unknown color: approx Mikado. HEX triplet: 49, 37 and 13. RGB value is (73,55,19). Sum of RGB (Red+Green+Blue) = 73+55+19=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #493713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493713 is #B6C8EC. Grayscale: #383838. Windows color (decimal): -11978989 or 1259337. OLE color: 1259337.

HSL color Cylindrical-coordinate representation of color #493713: hue angle of 40º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493713 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB735519-
CMYK00.250.740.71
HSL40º58.7%18.04%-
HSV(B)40º73.97%28.63%-
XYZ4.234.21.2-
YUV56.28106.96139.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 55 (21.88% from 255) = 37.41%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=49.66%
G=37.41%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73551900.250.740.714058.718.04
Hex4937130194A47283b12
Octal1116723031112107507322
Binary1001001110111100110110011001010100011110100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493713; }

 p { color: rgb(73,55,19); }

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

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

 a { background-color: rgb(73,55,19); }

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

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

 span { border-color: rgb(73,55,19); }

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