#463301

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

Shades of Mikado #463301

Tints of Mikado #463301

Color information

#463301 (or 0x463301) is unknown color: approx Mikado. HEX triplet: 46, 33 and 01. RGB value is (70,51,1). Sum of RGB (Red+Green+Blue) = 70+51+1=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #463301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463301 is #B9CCFE. Grayscale: #333333. Windows color (decimal): -12176639 or 78662. OLE color: 78662.

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

Color convert

RGB70511-
CMYK00.270.990.73
HSL43.48º97.18%13.92%-
HSV(B)43.48º98.57%27.45%-
XYZ3.723.670.54-
YUV50.9899.79141.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=57.38%
G=41.80%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7051100.270.990.7343.4897.1813.92
Hex4633101B63492b61e
Octal1066310331431115314116
Binary100011011001110110111100011100100110101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463301; }

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

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

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

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

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

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

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

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