#2F2821

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

Shades of Cocoa Brown #2F2821

Tints of Cocoa Brown #2F2821

Color information

#2F2821 (or 0x2F2821) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 28 and 21. RGB value is (47,40,33). Sum of RGB (Red+Green+Blue) = 47+40+33=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2821 is #D0D7DE. Grayscale: #292929. Windows color (decimal): -13686751 or 2172975. OLE color: 2172975.

HSL color Cylindrical-coordinate representation of color #2F2821: hue angle of 30º 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 #2F2821 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB474033-
CMYK00.150.300.82
HSL30º17.5%15.69%-
HSV(B)30º29.79%18.43%-
XYZ2.212.231.75-
YUV41.29123.32132.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 39.17%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=39.17%
G=33.33%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47403300.150.300.823017.515.69
Hex2F28210F1E521e1210
Octal57504101736122362220
Binary10111110100010000101111111101010010111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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