#403712

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

Shades of Mikado #403712

Tints of Mikado #403712

Color information

#403712 (or 0x403712) is unknown color: approx Mikado. HEX triplet: 40, 37 and 12. RGB value is (64,55,18). Sum of RGB (Red+Green+Blue) = 64+55+18=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403712 is #BFC8ED. Grayscale: #353535. Windows color (decimal): -12568814 or 1193792. OLE color: 1193792.

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

Color convert

RGB645518-
CMYK00.140.720.75
HSL48.26º56.1%16.08%-
HSV(B)48.26º71.88%25.1%-
XYZ3.593.871.13-
YUV53.47107.98135.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 55 (21.88% from 255) = 40.15%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=46.72%
G=40.15%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64551800.140.720.7548.2656.116.08
Hex4037120E484B303810
Octal1006722016110113607020
Binary100000011011110010011101001000100101111000011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403712; }

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

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

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

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

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

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

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

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