#2F200D

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

Shades of Cocoa Brown #2F200D

Tints of Cocoa Brown #2F200D

Color information

#2F200D (or 0x2F200D) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 20 and 0D. RGB value is (47,32,13). Sum of RGB (Red+Green+Blue) = 47+32+13=92 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.09% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 47 - color contains mainly: red. Hex color #2F200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F200D is #D0DFF2. Grayscale: #222222. Windows color (decimal): -13688819 or 860207. OLE color: 860207.

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

Color convert

RGB473213-
CMYK00.320.720.82
HSL33.53º56.67%11.76%-
HSV(B)33.53º72.34%18.43%-
XYZ1.761.670.61-
YUV34.32115.97137.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 51.09%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=51.09%
G=34.78%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47321300.320.720.8233.5356.6711.76
Hex2F20D02048522239c
Octal574015040110122427114
Binary10111110000011010100000100100010100101000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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