#463403

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

Shades of Mikado #463403

Tints of Mikado #463403

Color information

#463403 (or 0x463403) is unknown color: approx Mikado. HEX triplet: 46, 34 and 03. RGB value is (70,52,3). Sum of RGB (Red+Green+Blue) = 70+52+3=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #463403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463403 is #B9CBFC. Grayscale: #343434. Windows color (decimal): -12176381 or 209990. OLE color: 209990.

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

Color convert

RGB70523-
CMYK00.260.960.73
HSL43.88º91.78%14.31%-
HSV(B)43.88º95.71%27.45%-
XYZ3.773.760.61-
YUV51.8100.46140.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=56%
G=41.6%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7052300.260.960.7343.8891.7814.31
Hex4634301A60492c5ce
Octal1066430321401115413416
Binary1000110110100110110101100000100100110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463403; }

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

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

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

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

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

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

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

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