#463505

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

Shades of Mikado #463505

Tints of Mikado #463505

Color information

#463505 (or 0x463505) is unknown color: approx Mikado. HEX triplet: 46, 35 and 05. RGB value is (70,53,5). Sum of RGB (Red+Green+Blue) = 70+53+5=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #463505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463505 is #B9CAFA. Grayscale: #343434. Windows color (decimal): -12176123 or 341318. OLE color: 341318.

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

Color convert

RGB70535-
CMYK00.240.930.73
HSL44.31º86.67%14.71%-
HSV(B)44.31º92.86%27.45%-
XYZ3.833.860.69-
YUV52.61101.13140.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=54.69%
G=41.41%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7053500.240.930.7344.3186.6714.71
Hex463550185D492c57f
Octal1066550301351115412717
Binary10001101101011010110001011101100100110110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463505; }

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

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

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

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

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

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

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

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