#463715

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

Shades of Mikado #463715

Tints of Mikado #463715

Color information

#463715 (or 0x463715) is unknown color: approx Mikado. HEX triplet: 46, 37 and 15. RGB value is (70,55,21). Sum of RGB (Red+Green+Blue) = 70+55+21=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463715 is #B9C8EA. Grayscale: #373737. Windows color (decimal): -12175595 or 1390406. OLE color: 1390406.

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

Color convert

RGB705521-
CMYK00.210.700.73
HSL41.63º53.85%17.84%-
HSV(B)41.63º70%27.45%-
XYZ4.034.091.29-
YUV55.61108.47138.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=47.95%
G=37.67%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70552100.210.700.7341.6353.8517.84
Hex46371501546492a3612
Octal1066725025106111526622
Binary1000110110111101010101011000110100100110101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463715; }

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

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

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

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

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

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

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

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