#2F2216

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

Shades of Cocoa Brown #2F2216

Tints of Cocoa Brown #2F2216

Color information

#2F2216 (or 0x2F2216) is unknown color: approx Cocoa Brown. HEX triplet: 2F, 22 and 16. RGB value is (47,34,22). Sum of RGB (Red+Green+Blue) = 47+34+22=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2216 is #D0DDE9. Grayscale: #242424. Windows color (decimal): -13688298 or 1450543. OLE color: 1450543.

HSL color Cylindrical-coordinate representation of color #2F2216: hue angle of 28.8º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F2216 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.82.

Color convert

RGB473422-
CMYK00.280.530.82
HSL28.8º36.23%13.53%-
HSV(B)28.8º53.19%18.43%-
XYZ1.891.811.01-
YUV36.52119.81135.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 45.63%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 22 (8.98% from 255) = 21.36%
R=45.63%
G=33.01%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47342200.280.530.8228.836.2313.53
Hex2F221601C35521d24e
Octal57422603465122354416
Binary101111100010101100111001101011010010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,34,22); }

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

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

 a { background-color: rgb(47,34,22); }

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

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

 span { border-color: rgb(47,34,22); }

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