#2C2115

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

Shades of Cocoa Brown #2C2115

Tints of Cocoa Brown #2C2115

Color information

#2C2115 (or 0x2C2115) is unknown color: approx Cocoa Brown. HEX triplet: 2C, 21 and 15. RGB value is (44,33,21). Sum of RGB (Red+Green+Blue) = 44+33+21=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2115 is #D3DEEA. Grayscale: #222222. Windows color (decimal): -13885163 or 1384748. OLE color: 1384748.

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

Color convert

RGB443321-
CMYK00.250.520.83
HSL31.3º35.38%12.75%-
HSV(B)31.3º52.27%17.25%-
XYZ1.721.680.94-
YUV34.92120.14134.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 44.90%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 21 (8.59% from 255) = 21.43%
R=44.90%
G=33.67%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44332100.250.520.8331.335.3812.75
Hex2C211501934531f23d
Octal54412503164123374315
Binary101100100001101010110011101001010011111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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