#463203

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

Shades of Mikado #463203

Tints of Mikado #463203

Color information

#463203 (or 0x463203) is unknown color: approx Mikado. HEX triplet: 46, 32 and 03. RGB value is (70,50,3). Sum of RGB (Red+Green+Blue) = 70+50+3=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #463203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463203 is #B9CDFC. Grayscale: #323232. Windows color (decimal): -12176893 or 209478. OLE color: 209478.

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

Color convert

RGB70503-
CMYK00.290.960.73
HSL42.09º91.78%14.31%-
HSV(B)42.09º95.71%27.45%-
XYZ3.683.590.58-
YUV50.62101.13141.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=56.91%
G=40.65%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7050300.290.960.7342.0991.7814.31
Hex4632301D60492a5ce
Octal1066230351401115213416
Binary1000110110010110111011100000100100110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463203; }

 p { color: rgb(70,50,3); }

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

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

 a { background-color: rgb(70,50,3); }

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

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

 span { border-color: rgb(70,50,3); }

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