#463404

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

Shades of Mikado #463404

Tints of Mikado #463404

Color information

#463404 (or 0x463404) is unknown color: approx Mikado. HEX triplet: 46, 34 and 04. RGB value is (70,52,4). Sum of RGB (Red+Green+Blue) = 70+52+4=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #463404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463404 is #B9CBFB. Grayscale: #343434. Windows color (decimal): -12176380 or 275526. OLE color: 275526.

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

Color convert

RGB70524-
CMYK00.260.940.73
HSL43.64º89.19%14.51%-
HSV(B)43.64º94.29%27.45%-
XYZ3.783.770.64-
YUV51.91100.96140.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 4 (1.95% from 255) = 3.17%
R=55.56%
G=41.27%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7052400.260.940.7343.6489.1914.51
Hex4634401A5E492c59f
Octal1066440321361115413117
Binary10001101101001000110101011110100100110110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463404; }

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

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

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

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

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

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

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

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