#403012

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

Shades of Mikado #403012

Tints of Mikado #403012

Color information

#403012 (or 0x403012) is unknown color: approx Mikado. HEX triplet: 40, 30 and 12. RGB value is (64,48,18). Sum of RGB (Red+Green+Blue) = 64+48+18=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #403012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403012 is #BFCFED. Grayscale: #313131. Windows color (decimal): -12570606 or 1192000. OLE color: 1192000.

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

Color convert

RGB644818-
CMYK00.250.720.75
HSL39.13º56.1%16.08%-
HSV(B)39.13º71.88%25.1%-
XYZ3.283.251.03-
YUV49.36110.3138.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=49.23%
G=36.92%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64481800.250.720.7539.1356.116.08
Hex403012019484B273810
Octal1006022031110113477020
Binary1000000110000100100110011001000100101110011111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403012; }

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

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

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

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

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

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

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

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