#403112

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

Shades of Mikado #403112

Tints of Mikado #403112

Color information

#403112 (or 0x403112) is unknown color: approx Mikado. HEX triplet: 40, 31 and 12. RGB value is (64,49,18). Sum of RGB (Red+Green+Blue) = 64+49+18=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #403112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403112 is #BFCEED. Grayscale: #323232. Windows color (decimal): -12570350 or 1192256. OLE color: 1192256.

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

Color convert

RGB644918-
CMYK00.230.720.75
HSL40.43º56.1%16.08%-
HSV(B)40.43º71.88%25.1%-
XYZ3.323.331.04-
YUV49.95109.97138.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=48.85%
G=37.40%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64491800.230.720.7540.4356.116.08
Hex403112017484B283810
Octal1006122027110113507020
Binary1000000110001100100101111001000100101110100011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403112; }

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

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

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

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

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

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

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

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