#463105

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

Shades of Mikado #463105

Tints of Mikado #463105

Color information

#463105 (or 0x463105) is unknown color: approx Mikado. HEX triplet: 46, 31 and 05. RGB value is (70,49,5). Sum of RGB (Red+Green+Blue) = 70+49+5=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #463105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463105 is #B9CEFA. Grayscale: #323232. Windows color (decimal): -12177147 or 340294. OLE color: 340294.

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

Color convert

RGB70495-
CMYK00.300.930.73
HSL40.62º86.67%14.71%-
HSV(B)40.62º92.86%27.45%-
XYZ3.653.510.63-
YUV50.26102.46142.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=56.45%
G=39.52%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7049500.300.930.7340.6286.6714.71
Hex4631501E5D492957f
Octal1066150361351115112717
Binary10001101100011010111101011101100100110100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463105; }

 p { color: rgb(70,49,5); }

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

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

 a { background-color: rgb(70,49,5); }

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

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

 span { border-color: rgb(70,49,5); }

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