#2F2116

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

Shades of Cocoa Brown #2F2116

Tints of Cocoa Brown #2F2116

Color information

#2F2116 (or 0x2F2116) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 21 and 16. RGB value is (47,33,22). Sum of RGB (Red+Green+Blue) = 47+33+22=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2116 is #D0DEE9. Grayscale: #232323. Windows color (decimal): -13688554 or 1450287. OLE color: 1450287.

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

Color convert

RGB473322-
CMYK00.300.530.82
HSL26.4º36.23%13.53%-
HSV(B)26.4º53.19%18.43%-
XYZ1.861.751-
YUV35.93120.14135.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 46.08%
GREEN value IS 33 (13.28% from 255) = 32.35%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=46.08%
G=32.35%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47332200.300.530.8226.436.2313.53
Hex2F211601E35521a24e
Octal57412603665122324416
Binary101111100001101100111101101011010010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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