#201E14

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

Shades of Maire #201E14

Tints of Maire #201E14

Color information

#201E14 (or 0x201E14) is unknown color: approx Maire. HEX triplet: 20, 1E and 14. RGB value is (32,30,20). Sum of RGB (Red+Green+Blue) = 32+30+20=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 32 - color contains mainly: red. Hex color #201E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201E14 is #DFE1EB. Grayscale: #1D1D1D. Windows color (decimal): -14672364 or 1318432. OLE color: 1318432.

HSL color Cylindrical-coordinate representation of color #201E14: hue angle of 50º 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 #201E14 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB323020-
CMYK00.060.370.87
HSL50º23.08%10.2%-
HSV(B)50º37.5%12.55%-
XYZ1.191.290.85-
YUV29.46122.66129.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 30 (12.11% from 255) = 36.59%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=39.02%
G=36.59%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32302000.060.370.875023.0810.2
Hex201E140625573217a
Octal4036240645127622712
Binary100000111101010001101001011010111110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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