#463507

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

Shades of Mikado #463507

Tints of Mikado #463507

Color information

#463507 (or 0x463507) is unknown color: approx Mikado. HEX triplet: 46, 35 and 07. RGB value is (70,53,7). Sum of RGB (Red+Green+Blue) = 70+53+7=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #463507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463507 is #B9CAF8. Grayscale: #353535. Windows color (decimal): -12176121 or 472390. OLE color: 472390.

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

Color convert

RGB70537-
CMYK00.240.900.73
HSL43.81º81.82%15.1%-
HSV(B)43.81º90%27.45%-
XYZ3.843.860.74-
YUV52.84102.13140.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 7 (3.12% from 255) = 5.38%
R=53.85%
G=40.77%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7053700.240.900.7343.8181.8215.1
Hex463570185A492c52f
Octal1066570301321115412217
Binary10001101101011110110001011010100100110110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463507; }

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

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

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

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

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

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

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

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