#463714

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

Shades of Mikado #463714

Tints of Mikado #463714

Color information

#463714 (or 0x463714) is unknown color: approx Mikado. HEX triplet: 46, 37 and 14. RGB value is (70,55,20). Sum of RGB (Red+Green+Blue) = 70+55+20=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #463714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463714 is #B9C8EB. Grayscale: #373737. Windows color (decimal): -12175596 or 1324870. OLE color: 1324870.

HSL color Cylindrical-coordinate representation of color #463714: hue angle of 42º 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 #463714 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB705520-
CMYK00.210.710.73
HSL42º55.56%17.65%-
HSV(B)42º71.43%27.45%-
XYZ4.024.081.24-
YUV55.5107.97138.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=48.28%
G=37.93%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70552000.210.710.734255.5617.65
Hex46371401547492a3812
Octal1066724025107111527022
Binary1000110110111101000101011000111100100110101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463714; }

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

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

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

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

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

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

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

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