#463514

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

Shades of Mikado #463514

Tints of Mikado #463514

Color information

#463514 (or 0x463514) is unknown color: approx Mikado. HEX triplet: 46, 35 and 14. RGB value is (70,53,20). Sum of RGB (Red+Green+Blue) = 70+53+20=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #463514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463514 is #B9CAEB. Grayscale: #363636. Windows color (decimal): -12176108 or 1324358. OLE color: 1324358.

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

Color convert

RGB705320-
CMYK00.240.710.73
HSL39.6º55.56%17.65%-
HSV(B)39.6º71.43%27.45%-
XYZ3.933.91.21-
YUV54.32108.63139.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=48.95%
G=37.06%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70532000.240.710.7339.655.5617.65
Hex4635140184749283812
Octal1066524030107111507022
Binary1000110110101101000110001000111100100110100011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463514; }

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

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

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

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

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

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

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

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