#2C2814

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

Shades of Maire #2C2814

Tints of Maire #2C2814

Color information

#2C2814 (or 0x2C2814) is unknown color: approx Maire. HEX triplet: 2C, 28 and 14. RGB value is (44,40,20). Sum of RGB (Red+Green+Blue) = 44+40+20=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2814 is #D3D7EB. Grayscale: #272727. Windows color (decimal): -13883372 or 1321004. OLE color: 1321004.

HSL color Cylindrical-coordinate representation of color #2C2814: hue angle of 50º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C2814 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.83.

Color convert

RGB444020-
CMYK00.090.550.83
HSL50º37.5%12.55%-
HSV(B)50º54.55%17.25%-
XYZ1.922.10.97-
YUV38.92117.33131.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 42.31%
GREEN value IS 40 (16.02% from 255) = 38.46%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=42.31%
G=38.46%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44402000.090.550.835037.512.55
Hex2C28140937533226d
Octal54502401167123624615
Binary101100101000101000100111011110100111100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,40,20); }

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

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

 a { background-color: rgb(44,40,20); }

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

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

 span { border-color: rgb(44,40,20); }

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