#403118

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

Shades of Mikado #403118

Tints of Mikado #403118

Color information

#403118 (or 0x403118) is unknown color: approx Mikado. HEX triplet: 40, 31 and 18. RGB value is (64,49,24). Sum of RGB (Red+Green+Blue) = 64+49+24=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403118 is #BFCEE7. Grayscale: #323232. Windows color (decimal): -12570344 or 1585472. OLE color: 1585472.

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

Color convert

RGB644924-
CMYK00.230.620.75
HSL37.5º45.45%17.25%-
HSV(B)37.5º62.5%25.1%-
XYZ3.383.351.33-
YUV50.64112.97137.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=46.72%
G=35.77%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64492400.230.620.7537.545.4517.25
Hex4031180173E4B252d11
Octal100613002776113455521
Binary100000011000111000010111111110100101110010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403118; }

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

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

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

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

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

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

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

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