#2F1B16

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

Shades of Brown Pod #2F1B16

Tints of Brown Pod #2F1B16

Color information

#2F1B16 (or 0x2F1B16) is unknown color: approx Brown Pod. HEX triplet: 2F, 1B and 16. RGB value is (47,27,22). Sum of RGB (Red+Green+Blue) = 47+27+22=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1B16 is #D0E4E9. Grayscale: #202020. Windows color (decimal): -13690090 or 1448751. OLE color: 1448751.

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

Color convert

RGB472722-
CMYK00.430.530.82
HSL12º36.23%13.53%-
HSV(B)12º53.19%18.43%-
XYZ1.711.450.95-
YUV32.41122.13138.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.96%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=48.96%
G=28.12%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47272200.430.530.821236.2313.53
Hex2F1B1602B3552c24e
Octal57332605365122144416
Binary10111111011101100101011110101101001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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