#463516

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

Shades of Mikado #463516

Tints of Mikado #463516

Color information

#463516 (or 0x463516) is unknown color: approx Mikado. HEX triplet: 46, 35 and 16. RGB value is (70,53,22). Sum of RGB (Red+Green+Blue) = 70+53+22=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #463516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463516 is #B9CAE9. Grayscale: #363636. Windows color (decimal): -12176106 or 1455430. OLE color: 1455430.

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

Color convert

RGB705322-
CMYK00.240.690.73
HSL38.75º52.17%18.04%-
HSV(B)38.75º68.57%27.45%-
XYZ3.943.911.31-
YUV54.55109.63139.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=48.28%
G=36.55%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70532200.240.690.7338.7552.1718.04
Hex4635160184549273412
Octal1066526030105111476422
Binary1000110110101101100110001000101100100110011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463516; }

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

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

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

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

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

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

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

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