#463309

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

Shades of Mikado #463309

Tints of Mikado #463309

Color information

#463309 (or 0x463309) is unknown color: approx Mikado. HEX triplet: 46, 33 and 09. RGB value is (70,51,9). Sum of RGB (Red+Green+Blue) = 70+51+9=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #463309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463309 is #B9CCF6. Grayscale: #343434. Windows color (decimal): -12176631 or 602950. OLE color: 602950.

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

Color convert

RGB70519-
CMYK00.270.870.73
HSL41.31º77.22%15.49%-
HSV(B)41.31º87.14%27.45%-
XYZ3.763.690.77-
YUV51.89103.79140.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 9 (3.91% from 255) = 6.92%
R=53.85%
G=39.23%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7051900.270.870.7341.3177.2215.49
Hex4633901B5749294df
Octal10663110331271115111517
Binary100011011001110010110111010111100100110100110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463309; }

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

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

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

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

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

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

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

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