#403615

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

Shades of Mikado #403615

Tints of Mikado #403615

Color information

#403615 (or 0x403615) is unknown color: approx Mikado. HEX triplet: 40, 36 and 15. RGB value is (64,54,21). Sum of RGB (Red+Green+Blue) = 64+54+21=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #403615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403615 is #BFC9EA. Grayscale: #353535. Windows color (decimal): -12569067 or 1390144. OLE color: 1390144.

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

Color convert

RGB645421-
CMYK00.160.670.75
HSL46.05º50.59%16.67%-
HSV(B)46.05º67.19%25.1%-
XYZ3.573.781.25-
YUV53.23109.81135.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=46.04%
G=38.85%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64542100.160.670.7546.0550.5916.67
Hex403615010434B2e3311
Octal1006625020103113566321
Binary1000000110110101010100001000011100101110111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403615; }

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

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

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

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

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

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

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

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