#2F160C

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

Shades of Brown Pod #2F160C

Tints of Brown Pod #2F160C

Color information

#2F160C (or 0x2F160C) is unknown color: approx Brown Pod. HEX triplet: 2F, 16 and 0C. RGB value is (47,22,12). Sum of RGB (Red+Green+Blue) = 47+22+12=81 (10% of max value = 765). Red value is 47 (18.75% from 255 or 58.02% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 47 - color contains mainly: red. Hex color #2F160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F160C is #D0E9F3. Grayscale: #1C1C1C. Windows color (decimal): -13691380 or 792111. OLE color: 792111.

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

Color convert

RGB472212-
CMYK00.530.740.82
HSL17.14º59.32%11.57%-
HSV(B)17.14º74.47%18.43%-
XYZ1.531.20.5-
YUV28.33118.78141.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 58.02%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=58.02%
G=27.16%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47221200.530.740.8217.1459.3211.57
Hex2F16C0354A52113bc
Octal572614065112122217314
Binary101111101101100011010110010101010010100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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