#403511

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

Shades of Mikado #403511

Tints of Mikado #403511

Color information

#403511 (or 0x403511) is unknown color: approx Mikado. HEX triplet: 40, 35 and 11. RGB value is (64,53,17). Sum of RGB (Red+Green+Blue) = 64+53+17=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #403511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403511 is #BFCAEE. Grayscale: #343434. Windows color (decimal): -12569327 or 1127744. OLE color: 1127744.

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

Color convert

RGB645317-
CMYK00.170.730.75
HSL45.96º58.02%15.88%-
HSV(B)45.96º73.44%25.1%-
XYZ3.493.681.06-
YUV52.18108.14136.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 53 (21.09% from 255) = 39.55%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=47.76%
G=39.55%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64531700.170.730.7545.9658.0215.88
Hex403511011494B2e3a10
Octal1006521021111113567220
Binary1000000110101100010100011001001100101110111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403511; }

 p { color: rgb(64,53,17); }

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

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

 a { background-color: rgb(64,53,17); }

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

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

 span { border-color: rgb(64,53,17); }

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