#463616

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

Shades of Mikado #463616

Tints of Mikado #463616

Color information

#463616 (or 0x463616) is unknown color: approx Mikado. HEX triplet: 46, 36 and 16. RGB value is (70,54,22). Sum of RGB (Red+Green+Blue) = 70+54+22=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463616 is #B9C9E9. Grayscale: #373737. Windows color (decimal): -12175850 or 1455686. OLE color: 1455686.

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

Color convert

RGB705422-
CMYK00.230.690.73
HSL40º52.17%18.04%-
HSV(B)40º68.57%27.45%-
XYZ3.9941.32-
YUV55.14109.3138.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 54 (21.48% from 255) = 36.99%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=47.95%
G=36.99%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70542200.230.690.734052.1718.04
Hex4636160174549283412
Octal1066626027105111506422
Binary1000110110110101100101111000101100100110100011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463616; }

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

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

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

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

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

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

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

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