#2F2113

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

Shades of Cocoa Brown #2F2113

Tints of Cocoa Brown #2F2113

Color information

#2F2113 (or 0x2F2113) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 21 and 13. RGB value is (47,33,19). Sum of RGB (Red+Green+Blue) = 47+33+19=99 (13% of max value = 765). Red value is 47 (18.75% from 255 or 47.47% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2113 is #D0DEEC. Grayscale: #232323. Windows color (decimal): -13688557 or 1253679. OLE color: 1253679.

HSL color Cylindrical-coordinate representation of color #2F2113: hue angle of 30º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F2113 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.82.

Color convert

RGB473319-
CMYK00.300.600.82
HSL30º42.42%12.94%-
HSV(B)30º59.57%18.43%-
XYZ1.831.740.86-
YUV35.59118.64136.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.47%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=47.47%
G=33.33%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47331900.300.600.823042.4212.94
Hex2F211301E3C521e2ad
Octal57412303674122365215
Binary101111100001100110111101111001010010111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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