#2F210F

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

Shades of Cocoa Brown #2F210F

Tints of Cocoa Brown #2F210F

Color information

#2F210F (or 0x2F210F) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 21 and 0F. RGB value is (47,33,15). Sum of RGB (Red+Green+Blue) = 47+33+15=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 47 - color contains mainly: red. Hex color #2F210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F210F is #D0DEF0. Grayscale: #232323. Windows color (decimal): -13688561 or 991535. OLE color: 991535.

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

Color convert

RGB473315-
CMYK00.300.680.82
HSL33.75º51.61%12.16%-
HSV(B)33.75º68.09%18.43%-
XYZ1.81.730.69-
YUV35.13116.64136.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 49.47%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=49.47%
G=34.74%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47331500.300.680.8233.7551.6112.16
Hex2F21F01E44522234c
Octal574117036104122426414
Binary1011111000011111011110100010010100101000101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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