#2C2215

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

Shades of Cocoa Brown #2C2215

Tints of Cocoa Brown #2C2215

Color information

#2C2215 (or 0x2C2215) is unknown color: approx Cocoa Brown. HEX triplet: 2C, 22 and 15. RGB value is (44,34,21). Sum of RGB (Red+Green+Blue) = 44+34+21=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2215 is #D3DDEA. Grayscale: #232323. Windows color (decimal): -13884907 or 1385004. OLE color: 1385004.

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

Color convert

RGB443421-
CMYK00.230.520.83
HSL33.91º35.38%12.75%-
HSV(B)33.91º52.27%17.25%-
XYZ1.751.730.95-
YUV35.51119.81134.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 44.44%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 21 (8.59% from 255) = 21.21%
R=44.44%
G=34.34%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44342100.230.520.8333.9135.3812.75
Hex2C221501734532223d
Octal54422502764123424315
Binary1011001000101010101011111010010100111000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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