#2C2B20

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

Shades of Maire #2C2B20

Tints of Maire #2C2B20

Color information

#2C2B20 (or 0x2C2B20) is unknown color: approx Maire. HEX triplet: 2C, 2B and 20. RGB value is (44,43,32). Sum of RGB (Red+Green+Blue) = 44+43+32=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2B20 is #D3D4DF. Grayscale: #2A2A2A. Windows color (decimal): -13882592 or 2108204. OLE color: 2108204.

HSL color Cylindrical-coordinate representation of color #2C2B20: hue angle of 55º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2C2B20 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.83.

Color convert

RGB444332-
CMYK00.020.270.83
HSL55º15.79%14.9%-
HSV(B)55º27.27%17.25%-
XYZ2.162.371.71-
YUV42.04122.33129.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.97%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=36.97%
G=36.13%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44433200.020.270.835515.7914.9
Hex2C2B20021B533710f
Octal5453400233123672017
Binary101100101011100000010110111010011110111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C2B20; }

 p { color: rgb(44,43,32); }

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

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

 a { background-color: rgb(44,43,32); }

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

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

 span { border-color: rgb(44,43,32); }

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