#463414

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

Shades of Mikado #463414

Tints of Mikado #463414

Color information

#463414 (or 0x463414) is unknown color: approx Mikado. HEX triplet: 46, 34 and 14. RGB value is (70,52,20). Sum of RGB (Red+Green+Blue) = 70+52+20=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #463414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463414 is #B9CBEB. Grayscale: #353535. Windows color (decimal): -12176364 or 1324102. OLE color: 1324102.

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

Color convert

RGB705220-
CMYK00.260.710.73
HSL38.4º55.56%17.65%-
HSV(B)38.4º71.43%27.45%-
XYZ3.883.811.19-
YUV53.73108.96139.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.30%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=49.30%
G=36.62%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70522000.260.710.7338.455.5617.65
Hex46341401A4749263812
Octal1066424032107111467022
Binary1000110110100101000110101000111100100110011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463414; }

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

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

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

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

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

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

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

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