#463713

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

Shades of Mikado #463713

Tints of Mikado #463713

Color information

#463713 (or 0x463713) is unknown color: approx Mikado. HEX triplet: 46, 37 and 13. RGB value is (70,55,19). Sum of RGB (Red+Green+Blue) = 70+55+19=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463713 is #B9C8EC. Grayscale: #373737. Windows color (decimal): -12175597 or 1259334. OLE color: 1259334.

HSL color Cylindrical-coordinate representation of color #463713: hue angle of 42.35º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463713 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB705519-
CMYK00.210.730.73
HSL42.35º57.3%17.45%-
HSV(B)42.35º72.86%27.45%-
XYZ4.014.081.19-
YUV55.38107.47138.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 19 (7.81% from 255) = 13.19%
R=48.61%
G=38.19%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70551900.210.730.7342.3557.317.45
Hex46371301549492a3911
Octal1066723025111111527121
Binary1000110110111100110101011001001100100110101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463713; }

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

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

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

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

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

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

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

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