#2C2015

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

Shades of Cocoa Brown #2C2015

Tints of Cocoa Brown #2C2015

Color information

#2C2015 (or 0x2C2015) is unknown color: approx Cocoa Brown. HEX triplet: 2C, 20 and 15. RGB value is (44,32,21). Sum of RGB (Red+Green+Blue) = 44+32+21=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2015 is #D3DFEA. Grayscale: #222222. Windows color (decimal): -13885419 or 1384492. OLE color: 1384492.

HSL color Cylindrical-coordinate representation of color #2C2015: hue angle of 28.7º 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 #2C2015 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.83.

Color convert

RGB443221-
CMYK00.270.520.83
HSL28.7º35.38%12.75%-
HSV(B)28.7º52.27%17.25%-
XYZ1.691.620.93-
YUV34.33120.48134.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 45.36%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=45.36%
G=32.99%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44322100.270.520.8328.735.3812.75
Hex2C201501B34531d23d
Octal54402503364123354315
Binary101100100000101010110111101001010011111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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