#403715

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

Shades of Mikado #403715

Tints of Mikado #403715

Color information

#403715 (or 0x403715) is unknown color: approx Mikado. HEX triplet: 40, 37 and 15. RGB value is (64,55,21). Sum of RGB (Red+Green+Blue) = 64+55+21=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #403715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403715 is #BFC8EA. Grayscale: #353535. Windows color (decimal): -12568811 or 1390400. OLE color: 1390400.

HSL color Cylindrical-coordinate representation of color #403715: hue angle of 47.44º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403715 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB645521-
CMYK00.140.670.75
HSL47.44º50.59%16.67%-
HSV(B)47.44º67.19%25.1%-
XYZ3.623.881.27-
YUV53.81109.48135.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 21 (8.59% from 255) = 15%
R=45.71%
G=39.29%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64552100.140.670.7547.4450.5916.67
Hex4037150E434B2f3311
Octal1006725016103113576321
Binary100000011011110101011101000011100101110111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403715; }

 p { color: rgb(64,55,21); }

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

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

 a { background-color: rgb(64,55,21); }

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

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

 span { border-color: rgb(64,55,21); }

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