#2F1C16

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

Shades of Brown Pod #2F1C16

Tints of Brown Pod #2F1C16

Color information

#2F1C16 (or 0x2F1C16) is unknown color: approx Brown Pod. HEX triplet: 2F, 1C and 16. RGB value is (47,28,22). Sum of RGB (Red+Green+Blue) = 47+28+22=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1C16 is #D0E3E9. Grayscale: #212121. Windows color (decimal): -13689834 or 1449007. OLE color: 1449007.

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

Color convert

RGB472822-
CMYK00.400.530.82
HSL14.4º36.23%13.53%-
HSV(B)14.4º53.19%18.43%-
XYZ1.731.490.96-
YUV33121.79137.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.45%
GREEN value IS 28 (11.33% from 255) = 28.87%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=48.45%
G=28.87%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47282200.400.530.8214.436.2313.53
Hex2F1C160283552e24e
Octal57342605065122164416
Binary10111111100101100101000110101101001011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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