#403111

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

Shades of Mikado #403111

Tints of Mikado #403111

Color information

#403111 (or 0x403111) is unknown color: approx Mikado. HEX triplet: 40, 31 and 11. RGB value is (64,49,17). Sum of RGB (Red+Green+Blue) = 64+49+17=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #403111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403111 is #BFCEEE. Grayscale: #313131. Windows color (decimal): -12570351 or 1126720. OLE color: 1126720.

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

Color convert

RGB644917-
CMYK00.230.730.75
HSL40.85º58.02%15.88%-
HSV(B)40.85º73.44%25.1%-
XYZ3.313.331-
YUV49.84109.47138.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=49.23%
G=37.69%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64491700.230.730.7540.8558.0215.88
Hex403111017494B293a10
Octal1006121027111113517220
Binary1000000110001100010101111001001100101110100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403111; }

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

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

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

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

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

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

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

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