#463401

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

Shades of Mikado #463401

Tints of Mikado #463401

Color information

#463401 (or 0x463401) is unknown color: approx Mikado. HEX triplet: 46, 34 and 01. RGB value is (70,52,1). Sum of RGB (Red+Green+Blue) = 70+52+1=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #463401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463401 is #B9CBFE. Grayscale: #333333. Windows color (decimal): -12176383 or 78918. OLE color: 78918.

HSL color Cylindrical-coordinate representation of color #463401: hue angle of 44.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #463401 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB70521-
CMYK00.260.990.73
HSL44.35º97.18%13.92%-
HSV(B)44.35º98.57%27.45%-
XYZ3.763.760.56-
YUV51.5799.46141.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=56.91%
G=42.28%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7052100.260.990.7344.3597.1813.92
Hex4634101A63492c61e
Octal1066410321431115414116
Binary100011011010010110101100011100100110110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463401; }

 p { color: rgb(70,52,1); }

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

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

 a { background-color: rgb(70,52,1); }

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

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

 span { border-color: rgb(70,52,1); }

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