#493610

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

Shades of Mikado #493610

Tints of Mikado #493610

Color information

#493610 (or 0x493610) is unknown color: approx Mikado. HEX triplet: 49, 36 and 10. RGB value is (73,54,16). Sum of RGB (Red+Green+Blue) = 73+54+16=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #493610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493610 is #B6C9EF. Grayscale: #373737. Windows color (decimal): -11979248 or 1062473. OLE color: 1062473.

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

Color convert

RGB735416-
CMYK00.260.780.71
HSL40º64.04%17.45%-
HSV(B)40º78.08%28.63%-
XYZ4.164.091.06-
YUV55.35105.79140.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 54 (21.48% from 255) = 37.76%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=51.05%
G=37.76%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73541600.260.780.714064.0417.45
Hex49361001A4E47284011
Octal11166200321161075010021
Binary10010011101101000001101010011101000111101000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493610; }

 p { color: rgb(73,54,16); }

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

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

 a { background-color: rgb(73,54,16); }

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

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

 span { border-color: rgb(73,54,16); }

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