#463515

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

Shades of Mikado #463515

Tints of Mikado #463515

Color information

#463515 (or 0x463515) is unknown color: approx Mikado. HEX triplet: 46, 35 and 15. RGB value is (70,53,21). Sum of RGB (Red+Green+Blue) = 70+53+21=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463515 is #B9CAEA. Grayscale: #363636. Windows color (decimal): -12176107 or 1389894. OLE color: 1389894.

HSL color Cylindrical-coordinate representation of color #463515: hue angle of 39.18º 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 #463515 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB705321-
CMYK00.240.700.73
HSL39.18º53.85%17.84%-
HSV(B)39.18º70%27.45%-
XYZ3.933.91.26-
YUV54.43109.13139.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=48.61%
G=36.81%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70532100.240.700.7339.1853.8517.84
Hex4635150184649273612
Octal1066525030106111476622
Binary1000110110101101010110001000110100100110011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463515; }

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

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

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

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

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

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

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

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