#201D14

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

Shades of Maire #201D14

Tints of Maire #201D14

Color information

#201D14 (or 0x201D14) is unknown color: approx Maire. HEX triplet: 20, 1D and 14. RGB value is (32,29,20). Sum of RGB (Red+Green+Blue) = 32+29+20=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #201D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D14 is #DFE2EB. Grayscale: #1C1C1C. Windows color (decimal): -14672620 or 1318176. OLE color: 1318176.

HSL color Cylindrical-coordinate representation of color #201D14: hue angle of 45º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #201D14 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB322920-
CMYK00.090.370.87
HSL45º23.08%10.2%-
HSV(B)45º37.5%12.55%-
XYZ1.161.240.84-
YUV28.87122.99130.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 29 (11.72% from 255) = 35.80%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=39.51%
G=35.80%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32292000.090.370.874523.0810.2
Hex201D140925572d17a
Octal40352401145127552712
Binary1000001110110100010011001011010111101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,29,20); }

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

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

 a { background-color: rgb(32,29,20); }

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

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

 span { border-color: rgb(32,29,20); }

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