#403115

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

Shades of Mikado #403115

Tints of Mikado #403115

Color information

#403115 (or 0x403115) is unknown color: approx Mikado. HEX triplet: 40, 31 and 15. RGB value is (64,49,21). Sum of RGB (Red+Green+Blue) = 64+49+21=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #403115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403115 is #BFCEEA. Grayscale: #323232. Windows color (decimal): -12570347 or 1388864. OLE color: 1388864.

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

Color convert

RGB644921-
CMYK00.230.670.75
HSL39.07º50.59%16.67%-
HSV(B)39.07º67.19%25.1%-
XYZ3.353.341.18-
YUV50.29111.47137.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=47.76%
G=36.57%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64492100.230.670.7539.0750.5916.67
Hex403115017434B273311
Octal1006125027103113476321
Binary1000000110001101010101111000011100101110011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403115; }

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

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

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

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

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

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

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

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