#2F2721

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

Shades of Cocoa Brown #2F2721

Tints of Cocoa Brown #2F2721

Color information

#2F2721 (or 0x2F2721) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 27 and 21. RGB value is (47,39,33). Sum of RGB (Red+Green+Blue) = 47+39+33=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2721 is #D0D8DE. Grayscale: #282828. Windows color (decimal): -13687007 or 2172719. OLE color: 2172719.

HSL color Cylindrical-coordinate representation of color #2F2721: hue angle of 25.71º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F2721 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB473933-
CMYK00.170.300.82
HSL25.71º17.5%15.69%-
HSV(B)25.71º29.79%18.43%-
XYZ2.172.171.74-
YUV40.71123.65132.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 39.50%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=39.50%
G=32.77%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47393300.170.300.8225.7117.515.69
Hex2F27210111E521a1210
Octal57474102136122322220
Binary101111100111100001010001111101010010110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,39,33); }

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

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

 a { background-color: rgb(47,39,33); }

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

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

 span { border-color: rgb(47,39,33); }

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