#463517

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

Shades of Mikado #463517

Tints of Mikado #463517

Color information

#463517 (or 0x463517) is unknown color: approx Mikado. HEX triplet: 46, 35 and 17. RGB value is (70,53,23). Sum of RGB (Red+Green+Blue) = 70+53+23=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463517 is #B9CAE8. Grayscale: #363636. Windows color (decimal): -12176105 or 1520966. OLE color: 1520966.

HSL color Cylindrical-coordinate representation of color #463517: hue angle of 38.3º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463517 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB705323-
CMYK00.240.670.73
HSL38.3º50.54%18.24%-
HSV(B)38.3º67.14%27.45%-
XYZ3.953.911.36-
YUV54.66110.13138.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 23 (9.38% from 255) = 15.75%
R=47.95%
G=36.30%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70532300.240.670.7338.350.5418.24
Hex4635170184349263312
Octal1066527030103111466322
Binary1000110110101101110110001000011100100110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463517; }

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

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

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

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

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

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

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

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