#463612

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

Shades of Mikado #463612

Tints of Mikado #463612

Color information

#463612 (or 0x463612) is unknown color: approx Mikado. HEX triplet: 46, 36 and 12. RGB value is (70,54,18). Sum of RGB (Red+Green+Blue) = 70+54+18=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #463612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463612 is #B9C9ED. Grayscale: #363636. Windows color (decimal): -12175854 or 1193542. OLE color: 1193542.

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

Color convert

RGB705418-
CMYK00.230.740.73
HSL41.54º59.09%17.25%-
HSV(B)41.54º74.29%27.45%-
XYZ3.953.981.13-
YUV54.68107.3138.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.30%
GREEN value IS 54 (21.48% from 255) = 38.03%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=49.30%
G=38.03%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70541800.230.740.7341.5459.0917.25
Hex4636120174A492a3b11
Octal1066622027112111527321
Binary1000110110110100100101111001010100100110101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463612; }

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

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

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

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

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

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

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

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