#463611

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

Shades of Mikado #463611

Tints of Mikado #463611

Color information

#463611 (or 0x463611) is unknown color: approx Mikado. HEX triplet: 46, 36 and 11. RGB value is (70,54,17). Sum of RGB (Red+Green+Blue) = 70+54+17=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #463611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463611 is #B9C9EE. Grayscale: #363636. Windows color (decimal): -12175855 or 1128006. OLE color: 1128006.

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

Color convert

RGB705417-
CMYK00.230.760.73
HSL41.89º60.92%17.06%-
HSV(B)41.89º75.71%27.45%-
XYZ3.953.981.09-
YUV54.57106.8139.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 54 (21.48% from 255) = 38.30%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=49.65%
G=38.30%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70541700.230.760.7341.8960.9217.06
Hex4636110174C492a3d11
Octal1066621027114111527521
Binary1000110110110100010101111001100100100110101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463611; }

 p { color: rgb(70,54,17); }

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

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

 a { background-color: rgb(70,54,17); }

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

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

 span { border-color: rgb(70,54,17); }

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