#201D0C

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

Shades of Maire #201D0C

Tints of Maire #201D0C

Color information

#201D0C (or 0x201D0C) is unknown color: approx Maire. HEX triplet: 20, 1D and 0C. RGB value is (32,29,12). Sum of RGB (Red+Green+Blue) = 32+29+12=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 29 (11.72% from 255 or 39.73% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 32 - color contains mainly: red. Hex color #201D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201D0C is #DFE2F3. Grayscale: #1C1C1C. Windows color (decimal): -14672628 or 793888. OLE color: 793888.

HSL color Cylindrical-coordinate representation of color #201D0C: hue angle of 51º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #201D0C is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB322912-
CMYK00.090.630.87
HSL51º45.45%8.63%-
HSV(B)51º62.5%12.55%-
XYZ1.11.210.52-
YUV27.96118.99130.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.84%
GREEN value IS 29 (11.72% from 255) = 39.73%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=43.84%
G=39.73%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32291200.090.630.875145.458.63
Hex201DC093F57332d9
Octal40351401177127635511
Binary1000001110111000100111111110101111100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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