#2F170E

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

Shades of Brown Pod #2F170E

Tints of Brown Pod #2F170E

Color information

#2F170E (or 0x2F170E) is unknown color: approx Brown Pod. HEX triplet: 2F, 17 and 0E. RGB value is (47,23,14). Sum of RGB (Red+Green+Blue) = 47+23+14=84 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.95% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 47 - color contains mainly: red. Hex color #2F170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F170E is #D0E8F1. Grayscale: #1D1D1D. Windows color (decimal): -13691122 or 923439. OLE color: 923439.

HSL color Cylindrical-coordinate representation of color #2F170E: hue angle of 16.36º degrees, saturation: 0.54, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F170E is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB472314-
CMYK00.510.700.82
HSL16.36º54.1%11.96%-
HSV(B)16.36º70.21%18.43%-
XYZ1.561.250.57-
YUV29.15119.45140.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 55.95%
GREEN value IS 23 (9.38% from 255) = 27.38%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=55.95%
G=27.38%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47231400.510.700.8216.3654.111.96
Hex2F17E03346521036c
Octal572716063106122206614
Binary101111101111110011001110001101010010100001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,23,14); }

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

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

 a { background-color: rgb(47,23,14); }

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

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

 span { border-color: rgb(47,23,14); }

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