#2F200F

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

Shades of Cocoa Brown #2F200F

Tints of Cocoa Brown #2F200F

Color information

#2F200F (or 0x2F200F) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 20 and 0F. RGB value is (47,32,15). Sum of RGB (Red+Green+Blue) = 47+32+15=94 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 47 - color contains mainly: red. Hex color #2F200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F200F is #D0DFF0. Grayscale: #222222. Windows color (decimal): -13688817 or 991279. OLE color: 991279.

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

Color convert

RGB473215-
CMYK00.320.680.82
HSL31.88º51.61%12.16%-
HSV(B)31.88º68.09%18.43%-
XYZ1.781.670.68-
YUV34.55116.97136.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 15 (6.25% from 255) = 15.96%
R=50%
G=34.04%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47321500.320.680.8231.8851.6112.16
Hex2F20F02044522034c
Octal574017040104122406414
Binary10111110000011110100000100010010100101000001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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