#463717

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

Shades of Mikado #463717

Tints of Mikado #463717

Color information

#463717 (or 0x463717) is unknown color: approx Mikado. HEX triplet: 46, 37 and 17. RGB value is (70,55,23). Sum of RGB (Red+Green+Blue) = 70+55+23=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #463717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463717 is #B9C8E8. Grayscale: #373737. Windows color (decimal): -12175593 or 1521478. OLE color: 1521478.

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

Color convert

RGB705523-
CMYK00.210.670.73
HSL40.85º50.54%18.24%-
HSV(B)40.85º67.14%27.45%-
XYZ4.054.11.39-
YUV55.84109.47138.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 55 (21.88% from 255) = 37.16%
BLUE value IS 23 (9.38% from 255) = 15.54%
R=47.30%
G=37.16%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70552300.210.670.7340.8550.5418.24
Hex4637170154349293312
Octal1066727025103111516322
Binary1000110110111101110101011000011100100110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463717; }

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

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

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

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

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

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

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

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