#2B2115

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

Shades of Cocoa Brown #2B2115

Tints of Cocoa Brown #2B2115

Color information

#2B2115 (or 0x2B2115) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 21 and 15. RGB value is (43,33,21). Sum of RGB (Red+Green+Blue) = 43+33+21=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2115 is #D4DEEA. Grayscale: #222222. Windows color (decimal): -13950699 or 1384747. OLE color: 1384747.

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

Color convert

RGB433321-
CMYK00.230.510.83
HSL32.73º34.38%12.55%-
HSV(B)32.73º51.16%16.86%-
XYZ1.681.660.94-
YUV34.62120.31133.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 44.33%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=44.33%
G=34.02%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43332100.230.510.8332.7334.3812.55
Hex2B211501733532122d
Octal53412502763123414215
Binary1010111000011010101011111001110100111000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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