#2C2116

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

Shades of Cocoa Brown #2C2116

Tints of Cocoa Brown #2C2116

Color information

#2C2116 (or 0x2C2116) is unknown color: approx Cocoa Brown. HEX triplet: 2C, 21 and 16. RGB value is (44,33,22). Sum of RGB (Red+Green+Blue) = 44+33+22=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2116 is #D3DEE9. Grayscale: #232323. Windows color (decimal): -13885162 or 1450284. OLE color: 1450284.

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

Color convert

RGB443322-
CMYK00.250.50.83
HSL30º33.33%12.94%-
HSV(B)30º50%17.25%-
XYZ1.731.680.99-
YUV35.04120.64134.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 44.44%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.5
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44332200.250.50.833033.3312.94
Hex2C211601932531e21d
Octal54412603162123364115
Binary101100100001101100110011100101010011111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,33,22); }

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

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

 a { background-color: rgb(44,33,22); }

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

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

 span { border-color: rgb(44,33,22); }

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