#463410

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

Shades of Mikado #463410

Tints of Mikado #463410

Color information

#463410 (or 0x463410) is unknown color: approx Mikado. HEX triplet: 46, 34 and 10. RGB value is (70,52,16). Sum of RGB (Red+Green+Blue) = 70+52+16=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #463410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463410 is #B9CBEF. Grayscale: #353535. Windows color (decimal): -12176368 or 1061958. OLE color: 1061958.

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

Color convert

RGB705216-
CMYK00.260.770.73
HSL40º62.79%16.86%-
HSV(B)40º77.14%27.45%-
XYZ3.853.81.02-
YUV53.28106.96139.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=50.72%
G=37.68%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70521600.260.770.734062.7916.86
Hex46341001A4D49283f11
Octal1066420032115111507721
Binary1000110110100100000110101001101100100110100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463410; }

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

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

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

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

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

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

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

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