#463302

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

Shades of Mikado #463302

Tints of Mikado #463302

Color information

#463302 (or 0x463302) is unknown color: approx Mikado. HEX triplet: 46, 33 and 02. RGB value is (70,51,2). Sum of RGB (Red+Green+Blue) = 70+51+2=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #463302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463302 is #B9CCFD. Grayscale: #333333. Windows color (decimal): -12176638 or 144198. OLE color: 144198.

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

Color convert

RGB70512-
CMYK00.270.970.73
HSL43.24º94.44%14.12%-
HSV(B)43.24º97.14%27.45%-
XYZ3.723.670.57-
YUV51.1100.29141.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=56.91%
G=41.46%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7051200.270.970.7343.2494.4414.12
Hex4633201B61492b5ee
Octal1066320331411115313616
Binary1000110110011100110111100001100100110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463302; }

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

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

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

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

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

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

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

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