#201C12

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

Shades of Maire #201C12

Tints of Maire #201C12

Color information

#201C12 (or 0x201C12) is unknown color: approx Maire. HEX triplet: 20, 1C and 12. RGB value is (32,28,18). Sum of RGB (Red+Green+Blue) = 32+28+18=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #201C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201C12 is #DFE3ED. Grayscale: #1C1C1C. Windows color (decimal): -14672878 or 1186848. OLE color: 1186848.

HSL color Cylindrical-coordinate representation of color #201C12: hue angle of 42.86º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #201C12 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB322818-
CMYK00.120.440.87
HSL42.86º28%9.8%-
HSV(B)42.86º43.75%12.55%-
XYZ1.121.180.74-
YUV28.06122.33130.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=41.03%
G=35.90%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32281800.120.440.8742.86289.8
Hex201C120C2C572b1ca
Octal40342201454127533412
Binary1000001110010010011001011001010111101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201C12; }

 p { color: rgb(32,28,18); }

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

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

 a { background-color: rgb(32,28,18); }

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

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

 span { border-color: rgb(32,28,18); }

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